瀏覽代碼

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

Denis V. Dedkov 1 年之前
父節點
當前提交
cc3a35248c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jupyter-ext/Dockerfile

+ 1 - 1
jupyter-ext/Dockerfile

@@ -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/*