Merge pull request #180 from gthouret/jupyter-allow-root-docker

Allow jupyter to run as root inside Docker image
This commit is contained in:
Avishai Weingarten
2018-01-30 17:22:47 +02:00
committed by GitHub
+1 -1
View File
@@ -16,4 +16,4 @@ fi
jupyter notebook -y --no-browser --notebook-dir=${PROJECT_DIR} \
--certfile=${SSL_CERT_PEM} --keyfile=${SSL_CERT_KEY} --ip='*' \
--config=${CONFIG_PATH}
--config=${CONFIG_PATH} --allow-root