Răsfoiți Sursa

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

Denis V. Dedkov 1 an în urmă
părinte
comite
cc3a35248c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      jupyter-ext/Dockerfile

+ 1 - 1
jupyter-ext/Dockerfile

@@ -1,6 +1,6 @@
 FROM dm.dended.ru/jupyter/base-notebook
 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} \
 RUN pip3 --no-cache-dir install ${PIP_PACKAGE} \
     && rm -rf /var/cache/apk/*
     && rm -rf /var/cache/apk/*