Преглед изворни кода

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

Denis V. Dedkov пре 1 година
родитељ
комит
1a40ea414c
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      jupyter-ext/Dockerfile

+ 6 - 0
jupyter-ext/Dockerfile

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