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
f94ca2e6
Commit
f94ca2e6
authored
5 years ago
by
Philipp Arras
Browse files
Options
Downloads
Patches
Plain Diff
Put files into docker container
parent
1c229464
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#54966
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
+5
-4
5 additions, 4 deletions
Dockerfile
with
5 additions
and
4 deletions
Dockerfile
+
5
−
4
View file @
f94ca2e6
...
...
@@ -3,14 +3,15 @@ FROM debian:testing-slim
ENV
DEBIAN_FRONTEND noninteractive
RUN
apt-get update
&&
apt-get
install
-y
\
# Needed for setup
git python3-pip
\
# Packages needed for NIFTy
python3-scipy
\
# Optional NIFTy dependencies
python3-matplotlib
\
&&
pip3
install
git+https://gitlab.mpcdf.mpg.de/mtr/pypocketfft.git@c959e87dd69918fd63ff971fa2eebea99388a43c
\
&&
rm
-rf
/var/lib/apt/lists/
*
# Set matplotlib backend
RUN
git clone
--recursive
https://gitlab.mpcdf.mpg.de/ift/nifty_tutorial.git
\
&&
cd
nifty_tutorial/nifty
\
&&
python3 setup.py
install
-f
ENV
MPLBACKEND agg
WORKDIR
/root
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