Skip to content

Commit b23610c

Browse files
authored
Merge pull request #8 from CCPBioSim/jhub-config
remove jupyterhub configuration file from individual containers
2 parents 6b9e5c8 + 5b7a82e commit b23610c

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/ccpbiosim/pca-workshop
7-
LABEL org.opencontainers.image.description="A repository containing the build steps for the ccpbiosim workshop on PCA."
8-
LABEL org.opencontainers.image.licenses=MIT
96

107
# Switch to jovyan user.
118
USER $NB_USER
@@ -23,8 +20,5 @@ RUN mv utilities.py /opt/conda/lib/python3.12/site-packages/utilities.py && \
2320
# Copy lab workspace
2421
COPY --chown=1000:100 docker/default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace
2522

26-
# UNCOMMENT THIS LINE FOR REMOTE DEPLOYMENT
27-
COPY docker/jupyter_notebook_config.py /etc/jupyter/
28-
2923
# Always finish with non-root user as a precaution.
3024
USER $NB_USER

docker/jupyter_notebook_config.py

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

0 commit comments

Comments
 (0)