소스 검색

Добавлен 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/*