Skip to content
Snippets Groups Projects
Commit 524574f4 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Fixed the version on the datascience-notebook base image for the jupyterlab tool.

parent ab20f0cc
No related branches found
No related tags found
1 merge request!130Fixed the version on the datascience-notebook base image for the jupyterlab tool.
Pipeline #167057 canceled
......@@ -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
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment