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 51ef809 commit a0891eaCopy full SHA for a0891ea
2 files changed
docker/Dockerfile
@@ -19,8 +19,5 @@ RUN rm -rf INSTALL.txt LICENSE README.md docker .git .github
19
# Copy updated lab workspace
20
COPY --chown=1000:100 docker/default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace
21
22
-# UNCOMMENT THIS LINE FOR REMOTE DEPLOYMENT
23
-COPY docker/jupyter_notebook_config.py /etc/jupyter/
24
-
25
# Always finish with non-root user as a precaution.
26
USER $NB_USER
docker/jupyter_notebook_config.py
0 commit comments