diff --git a/docker/jupyterlab/Dockerfile b/docker/jupyterlab/Dockerfile index 5b1177981d199b22912c26f36356b08872365989..14787260c2787703826ef2e9e52f2b253b937b10 100644 --- a/docker/jupyterlab/Dockerfile +++ b/docker/jupyterlab/Dockerfile @@ -2,7 +2,7 @@ # distribution FROM gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-fair/dev_python:develop AS dev_python -FROM jupyter/datascience-notebook +FROM jupyter/datascience-notebook:lab-3.6.2 COPY --from=dev_python /app/dist/nomad-lab-*.tar.gz . RUN pip install nomad-lab-*.tar.gz \ No newline at end of file diff --git a/tools.json b/tools.json index fde6e78bc98b26098830e57e15b5d0db1772a017..400ea6ba3c31f928d2337209f0c9a219537560d1 100644 --- a/tools.json +++ b/tools.json @@ -2,7 +2,7 @@ "jupyter": { "short_description": "Basic jupyter run with an empty notebook or on given notebook file.", "description": "### **Jupyter Notebook**: The Classic Notebook Interface\n\nThe Jupyter Notebook is the original web application for creating and sharing computational documents. It offers a simple, streamlined, document-centric experience.", - "image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/jupyterlab:v0.0.1", + "image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/jupyterlab:latest", "path_prefix": "tree", "mount_path": "/home/jovyan", "icon": "jupyter_logo.svg",