diff --git a/jupyter-ext/Dockerfile b/jupyter-ext/Dockerfile index 252dd56..c6977c0 100644 --- a/jupyter-ext/Dockerfile +++ b/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/*