diff --git a/Dockerfile b/Dockerfile index 4b835cb247178a56a4aaee9ad46f2a5a590d5cf0..eca1314137fed989c9b2cd2a4d4e8046f5f2d227 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Specify parent image. Please select a fixed tag here. -FROM registry.git.rwth-aachen.de/jupyter/profiles/rwth-minimal-2021-ss:latest +FROM registry.jupyter.rwth-aachen.de/profiles/rwth-minimal-2021-ss:latest # FROM jupyter/minimal-notebook:lab-3.1.4 # .. Or update conda base environment to match specifications in environment.yml ADD environment.yml /tmp/environment.yml @@ -21,4 +21,4 @@ RUN jupyter labextension install ipyregulartable@0.2.0 RUN jupyter labextension install @jupyter-widgets/jupyterlab-manager -RUN jupyter labextension install k3d \ No newline at end of file +RUN jupyter labextension install k3d