Skip to content

Commit 8f9b388

Browse files
authored
Merge pull request #8 from CCPBioSim/jhub-config
remove jupyterhub configuration file from individual containers
2 parents 1be2d15 + 5a2932d commit 8f9b388

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

docker/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +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/jimboid/biosim-structure-validation-workshop
7-
LABEL org.opencontainers.image.description="A container environment for the ccpbiosim workshop on Structure Validation."
8-
LABEL org.opencontainers.image.licenses=MIT
96

107
# Switch to jovyan user.
118
USER $NB_USER
@@ -20,8 +17,5 @@ RUN rm -rf LICENSE README.md docker .git .github
2017
# Copy lab workspace
2118
COPY --chown=1000:100 docker/default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace
2219

23-
# UNCOMMENT THIS LINE FOR REMOTE DEPLOYMENT
24-
COPY docker/jupyter_notebook_config.py /etc/jupyter/
25-
2620
# Always finish with non-root user as a precaution.
2721
USER $NB_USER

docker/jupyter_notebook_config.py

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

0 commit comments

Comments
 (0)