Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nomad-remote-tools-hub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
nomad-remote-tools-hub
Merge requests
!130
Fixed the version on the datascience-notebook base image for the jupyterlab tool.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Fixed the version on the datascience-notebook base image for the jupyterlab tool.
fixed-datascience-notebook-version-develop
into
develop
Overview
5
Commits
1
Pipelines
1
Changes
2
Closed
Markus Scheidgen
requested to merge
fixed-datascience-notebook-version-develop
into
develop
2 years ago
Overview
5
Commits
1
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
524574f4
1 commit,
2 years ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
docker/jupyterlab/Dockerfile
+
1
−
1
Options
@@ -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