Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nifty_tutorial
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
ift
nifty_tutorial
Commits
1891b67e
Commit
1891b67e
authored
5 years ago
by
Philipp Arras
Browse files
Options
Downloads
Patches
Plain Diff
Update docker file
parent
f94ca2e6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#54969
passed
5 years ago
Stage: build_docker
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
with
2 additions
and
1 deletion
Dockerfile
+
2
−
1
View file @
1891b67e
...
@@ -9,7 +9,8 @@ RUN apt-get update && apt-get install -y \
...
@@ -9,7 +9,8 @@ RUN apt-get update && apt-get install -y \
&&
pip3
install
git+https://gitlab.mpcdf.mpg.de/mtr/pypocketfft.git@c959e87dd69918fd63ff971fa2eebea99388a43c
\
&&
pip3
install
git+https://gitlab.mpcdf.mpg.de/mtr/pypocketfft.git@c959e87dd69918fd63ff971fa2eebea99388a43c
\
&&
rm
-rf
/var/lib/apt/lists/
*
&&
rm
-rf
/var/lib/apt/lists/
*
RUN
git clone
--recursive
https://gitlab.mpcdf.mpg.de/ift/nifty_tutorial.git
\
RUN
cd
/root
\
&&
git clone
--recursive
https://gitlab.mpcdf.mpg.de/ift/nifty_tutorial.git
\
&&
cd
nifty_tutorial/nifty
\
&&
cd
nifty_tutorial/nifty
\
&&
python3 setup.py
install
-f
&&
python3 setup.py
install
-f
...
...
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