From 55521b87b919014d13e2ce23690a2bf5ed53c076 Mon Sep 17 00:00:00 2001 From: Guy Thouret Date: Mon, 22 Jan 2018 11:11:37 +0000 Subject: [PATCH] Allow jupyter to run as root inside Docker image Signed-off-by: Guy Thouret --- etc/docker_cmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/docker_cmd.sh b/etc/docker_cmd.sh index 30308a61..b4c9f348 100755 --- a/etc/docker_cmd.sh +++ b/etc/docker_cmd.sh @@ -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