File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ ARG BASE_IMAGE=latest
33FROM ghcr.io/ccpbiosim/jupyterhub-base:$BASE_IMAGE
44
55LABEL maintainer="James Gebbie-Rayet <james.gebbie@stfc.ac.uk>"
6- LABEL org.opencontainers.image.source=https://github.com/ccpbiosim/basic-analysis-workshop
7- LABEL org.opencontainers.image.description="A container environment for the ccpbiosim workshop on basic analysis."
8- LABEL org.opencontainers.image.licenses=MIT
96
107# Switch to jovyan user.
118USER $NB_USER
@@ -22,8 +19,5 @@ RUN rm -rf AUTHORS LICENSE README.md docker .git .github
2219# Copy lab workspace
2320COPY --chown=1000:100 docker/default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace
2421
25- # UNCOMMENT THIS LINE FOR REMOTE DEPLOYMENT
26- COPY docker/jupyter_notebook_config.py /etc/jupyter/
27-
2822# Always finish with non-root user as a precaution.
2923USER $NB_USER
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments