From 0f732ab92c8ff0729375e91ad065d1e935f403e0 Mon Sep 17 00:00:00 2001 From: James Gebbie-Rayet Date: Tue, 22 Sep 2026 13:37:33 +0100 Subject: [PATCH] Uncomment script copy and execution in Dockerfile --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 8b06ffd..0ecfc04 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -18,8 +18,8 @@ RUN mamba install -y -c conda-forge \ conda-forge::py3dmol=2.5.4 \ conda-forge::openbabel=3.2.1 -#COPY docker/fix-nglview.sh /tmp/fix-nglview.sh -#RUN bash /tmp/fix-nglview.sh +COPY docker/fix-nglview.sh /tmp/fix-nglview.sh +RUN bash /tmp/fix-nglview.sh # Get workshop files and move them to jovyan directory. COPY --chown=1000:100 . .