File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +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/docking-workshop
7- LABEL org.opencontainers.image.description="A container environment for the ccpbiosim workshop on docking."
8- LABEL org.opencontainers.image.licenses=MIT
9-
106ARG TARGETPLATFORM
117
128# Switch to jovyan user.
@@ -24,8 +20,5 @@ RUN rm -rf chimerax_commands.cxc LICENSE README.md docking_with_rescoring docker
2420# Copy lab workspace
2521COPY --chown=1000:100 docker/default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace
2622
27- # UNCOMMENT THIS LINE FOR REMOTE DEPLOYMENT
28- COPY docker/jupyter_notebook_config.py /etc/jupyter/
29-
3023# Always finish with non-root user as a precaution.
3124USER $NB_USER
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments