Добавлен scikit для jupyter

This commit is contained in:
2024-12-16 11:36:32 +02:00
parent 1a40ea414c
commit cc3a35248c

View File

@@ -1,6 +1,6 @@
FROM dm.dended.ru/jupyter/base-notebook
ENV PIP_PACKAGE xlrd pandas_ta pandas-datareader mplfinance bokeh plotly textgrad openai tqdm
ENV PIP_PACKAGE xlrd pandas_ta pandas-datareader mplfinance bokeh plotly textgrad openai tqdm scikit-learn
RUN pip3 --no-cache-dir install ${PIP_PACKAGE} \
&& rm -rf /var/cache/apk/*