This commit is contained in:
2019-01-31 09:03:07 +01:00
parent e9c535c701
commit 5ffb14c5bb
3 changed files with 19 additions and 2 deletions

View File

@ -1,6 +1,8 @@
FROM jupyter/scipy-notebook
RUN \
pip install influxdb \
pip install pymongo
pip install influxdb && \
pip install pymongo && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER