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-statistics-workshop
7- LABEL org.opencontainers.image.description="A container environment for the ccpbiosim workshop on basic statistics."
8- LABEL org.opencontainers.image.licenses=MIT
96
107# Switch to jovyan user.
118USER $NB_USER
@@ -21,8 +18,5 @@ RUN rm -rf AUTHORS LICENSE README.md docker .git .github
2118# Copy lab workspace
2219COPY --chown=1000:100 docker/default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace
2320
24- # UNCOMMENT THIS LINE FOR REMOTE DEPLOYMENT
25- COPY docker/jupyter_notebook_config.py /etc/jupyter/
26-
2721# Always finish with non-root user as a precaution.
2822USER $NB_USER
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments