We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed11a1 commit 824c6fbCopy full SHA for 824c6fb
src/dockerfiles/jupyter-gap/ubuntu-2204-lts/Dockerfile
@@ -43,4 +43,4 @@ RUN pip3 install --no-dependencies ${JUPYTER_KERNEL_PATH}
43
44
WORKDIR "/tmp"
45
46
-CMD ["jupyter-lab", "--ip=0.0.0.0"]
+CMD ["jupyter-lab", "--ip=0.0.0.0", "--LabApp.token=''", "--no-browser"]
0 commit comments