Skip to content

Commit 30e3513

Browse files
authored
Merge pull request #11 from CCPBioSim/jhub-config
remove jupyterhub configuration file from individual containers
2 parents 3a837c5 + edc91a1 commit 30e3513

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

docker/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ ARG BASE_IMAGE=latest
33
FROM ghcr.io/ccpbiosim/jupyterhub-base:$BASE_IMAGE
44

55
LABEL 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-
106
ARG 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
2521
COPY --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.
3124
USER $NB_USER

docker/jupyter_notebook_config.py

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)