Allow jupyter to run as root inside Docker image

Signed-off-by: Guy Thouret <guy@thouret.uk>
This commit is contained in:
Guy Thouret
2018-01-22 11:11:37 +00:00
parent 45978ab193
commit 55521b87b9
+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