disable token auth

This commit is contained in:
2019-10-23 22:37:56 +02:00
parent 5ffb14c5bb
commit aea64c6661
4 changed files with 27 additions and 1 deletions

View File

@ -1,8 +1,13 @@
FROM jupyter/scipy-notebook
LABEL Maintainer="Wolfgang Hottgenroth <wolfgang.hottgenroth@icloud.com>"
LABEL ImageName="registry.gitlab.com/wolutator/registry.gitlab.com/wolutator/"
RUN \
pip install influxdb && \
pip install pymongo && \
fix-permissions $CONDA_DIR && \
fix-permissions /home/$NB_USER
CMD ["start-notebook.sh", "--NotebookApp.token=''"]