From 524574f48fc8aefb9a64a5fb241c7a78e26082a2 Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Fri, 12 May 2023 15:33:37 +0200 Subject: [PATCH] Fixed the version on the datascience-notebook base image for the jupyterlab tool. --- docker/jupyterlab/Dockerfile | 2 +- tools.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/jupyterlab/Dockerfile b/docker/jupyterlab/Dockerfile index 5b11779..1478726 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 fde6e78..400ea6b 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", -- GitLab