diff --git a/docker/Dockerfile b/docker/Dockerfile index c351f06..aa094c3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -55,4 +55,4 @@ EXPOSE 8888 WORKDIR /workspace # Start JupyterLab without token authentication -CMD ["jupyter-lab", "--ip=0.0.0.0", "--no-browser", "--allow-root", "--NotebookApp.token=''", "--NotebookApp.allow_origin='*'", "--NotebookApp.password=''", "--NotebookApp.password_required=False"] \ No newline at end of file +CMD ["jupyter-lab", "--ip=0.0.0.0", "--no-browser", "--allow-root", "--NotebookApp.token=''", "--NotebookApp.allow_origin='*'", "--NotebookApp.password=''", "--NotebookApp.password_required=False"]