Skip to content

Commit 824c6fb

Browse files
authored
fix: Remove token (#95)
1 parent 6ed11a1 commit 824c6fb

File tree

1 file changed

+1
-1
lines changed
  • src/dockerfiles/jupyter-gap/ubuntu-2204-lts

1 file changed

+1
-1
lines changed

src/dockerfiles/jupyter-gap/ubuntu-2204-lts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ RUN pip3 install --no-dependencies ${JUPYTER_KERNEL_PATH}
4343

4444
WORKDIR "/tmp"
4545

46-
CMD ["jupyter-lab", "--ip=0.0.0.0"]
46+
CMD ["jupyter-lab", "--ip=0.0.0.0", "--LabApp.token=''", "--no-browser"]

0 commit comments

Comments
 (0)