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