From a9210f1c6278a8f5a929362035a502f7fdf0bb38 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Sun, 12 Oct 2025 17:47:23 +0100 Subject: [PATCH 1/3] Delete docker/jupyter_notebook_config.py --- docker/jupyter_notebook_config.py | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 docker/jupyter_notebook_config.py diff --git a/docker/jupyter_notebook_config.py b/docker/jupyter_notebook_config.py deleted file mode 100644 index a3e5d82..0000000 --- a/docker/jupyter_notebook_config.py +++ /dev/null @@ -1,2 +0,0 @@ - -c.JupyterHub.authenticator_class = 'tmpauthenticator.TmpAuthenticator' From 4966c623aad639b766134597757dab90e890e1f2 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Sun, 12 Oct 2025 17:56:49 +0100 Subject: [PATCH 2/3] Update Dockerfile --- docker/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index d9a687e..b29ba85 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -23,8 +23,5 @@ RUN mv utilities.py /opt/conda/lib/python3.12/site-packages/utilities.py && \ # Copy lab workspace COPY --chown=1000:100 docker/default-37a8.jupyterlab-workspace /home/jovyan/.jupyter/lab/workspaces/default-37a8.jupyterlab-workspace -# UNCOMMENT THIS LINE FOR REMOTE DEPLOYMENT -COPY docker/jupyter_notebook_config.py /etc/jupyter/ - # Always finish with non-root user as a precaution. USER $NB_USER From 5b7a82e379eeffc68456a3b0ed61debf54f7322e Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Sun, 12 Oct 2025 18:04:43 +0100 Subject: [PATCH 3/3] Update Dockerfile --- docker/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index b29ba85..166c91d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -3,9 +3,6 @@ ARG BASE_IMAGE=latest FROM ghcr.io/ccpbiosim/jupyterhub-base:$BASE_IMAGE LABEL maintainer="James Gebbie-Rayet " -LABEL org.opencontainers.image.source=https://github.com/ccpbiosim/pca-workshop -LABEL org.opencontainers.image.description="A repository containing the build steps for the ccpbiosim workshop on PCA." -LABEL org.opencontainers.image.licenses=MIT # Switch to jovyan user. USER $NB_USER