Skip to content
Snippets Groups Projects

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

Closed Markus Scheidgen requested to merge fixed-datascience-notebook-version-develop into develop
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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
Loading