Skip to content

Commit d2452fd

Browse files
authored
Merge pull request #7 from CCPBioSim/jhub-config
remove jupyterhub configuration file from individual containers
2 parents ffca3e8 + b27d966 commit d2452fd

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

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/basic-analysis-workshop
7-
LABEL org.opencontainers.image.description="A container environment for the ccpbiosim workshop on basic analysis."
8-
LABEL org.opencontainers.image.licenses=MIT
96

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

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

docker/jupyter_notebook_config.py

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

0 commit comments

Comments
 (0)