Files
jupyter-scipy-database-exte…/Dockerfile
2019-10-24 13:20:18 +02:00

17 lines
447 B
Docker

FROM jupyter/scipy-notebook
LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>"
LABEL ImageName="registry.gitlab.com/wolutator/registry.gitlab.com/wolutator/"
ARG GATEWAY_URL
ENV E_GATEWAY_URL ${GATEWAY_URL}
RUN \
pip install influxdb && \
pip install pymongo && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER
CMD start-notebook.sh --NotebookApp.token='' --NotebookApp.base_url=$E_GATEWAY_URL