We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9117081 commit 994c3a2Copy full SHA for 994c3a2
docker/Dockerfile
@@ -22,8 +22,5 @@ RUN rm -rf _config.yml AUTHORS README.md docker .git .github
22
# Copy lab workspace
23
COPY --chown=1000:100 docker/default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace
24
25
-# UNCOMMENT THIS LINE FOR REMOTE DEPLOYMENT
26
-COPY docker/jupyter_notebook_config.py /etc/jupyter/
27
-
28
# Always finish with non-root user as a precaution.
29
USER $NB_USER
0 commit comments