From ca3be7d5d3a2267e922218825759b31acb3a98d2 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Sun, 12 Oct 2025 17:46:02 +0100 Subject: [PATCH 1/2] 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 edc91a190815a9979d76590ce05a9ccf36df7374 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Sun, 12 Oct 2025 18:03:12 +0100 Subject: [PATCH 2/2] Update Dockerfile --- docker/Dockerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index e6e804c..832c594 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -3,10 +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/docking-workshop -LABEL org.opencontainers.image.description="A container environment for the ccpbiosim workshop on docking." -LABEL org.opencontainers.image.licenses=MIT - ARG TARGETPLATFORM # Switch to jovyan user. @@ -24,8 +20,5 @@ RUN rm -rf chimerax_commands.cxc LICENSE README.md docking_with_rescoring docker # 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