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
Commits
a2de18b0
Commit
a2de18b0
authored
2 years ago
by
Florian Dobener
Browse files
Options
Downloads
Patches
Plain Diff
Install unzip in mpes container
parent
8b055a34
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/mpes/Dockerfile
+1
-1
1 addition, 1 deletion
docker/mpes/Dockerfile
with
1 addition
and
1 deletion
docker/mpes/Dockerfile
+
1
−
1
View file @
a2de18b0
...
@@ -3,7 +3,7 @@ FROM gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/webtop
...
@@ -3,7 +3,7 @@ FROM gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/webtop
ENV
PGID=5050
ENV
PGID=5050
COPY
requirements.webtop.txt ./
COPY
requirements.webtop.txt ./
RUN
apt update
\
RUN
apt update
\
&&
apt
install
git pip qt5-default python3-pyqt5 pyqt5-dev-tools cargo
-y
\
&&
apt
install
git pip qt5-default python3-pyqt5 pyqt5-dev-tools cargo
unzip
-y
\
&&
pip
install
-r
requirements.webtop.txt
\
&&
pip
install
-r
requirements.webtop.txt
\
&&
jupyter lab build
\
&&
jupyter lab build
\
&&
jupyter nbextension
enable
--py
widgetsnbextension
\
&&
jupyter nbextension
enable
--py
widgetsnbextension
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment