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

This commit is contained in:
2024-12-16 10:31:20 +02:00
parent ce50baa73b
commit 1a40ea414c

6
jupyter-ext/Dockerfile Normal file
View File

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