Skip to content

Commit 934ea37

Browse files
authored
Merge pull request #7 from CCPBioSim/jhub-config
remove jupyterhub configuration file from individual containers
2 parents 7f8b40a + 2da40ab commit 934ea37

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

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

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

docker/jupyter_notebook_config.py

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

0 commit comments

Comments
 (0)