From bb0a9c1731ba0d469c192697f36b60efb0fd0f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Thu, 30 Sep 2021 20:38:53 +0200 Subject: [PATCH] Add files via upload --- Dockers/tensorflow-jupyterlab/jupyter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockers/tensorflow-jupyterlab/jupyter.sh b/Dockers/tensorflow-jupyterlab/jupyter.sh index d477b9e..8290a63 100644 --- a/Dockers/tensorflow-jupyterlab/jupyter.sh +++ b/Dockers/tensorflow-jupyterlab/jupyter.sh @@ -3,7 +3,7 @@ set -eu jupyter lab --ip=0.0.0.0 --port=8080 --allow-root --collaborative \ --ServerApp.token='' \ ---ServerApp.custom_display_url=${JOB_URL_SCHEME}${JOB_ID}-8080.${JOB_HOST} \ + --ServerApp.custom_display_url=${JOB_URL_SCHEME}${JOB_ID}-8080.${JOB_HOST} \ --ServerApp.allow_remote_access=True \ --ServerApp.allow_origin='*' \ --ServerApp..disable_check_xsrf=True \ No newline at end of file