Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
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
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
Commits
4aa9b766
Commit
4aa9b766
authored
6 years ago
by
Martin Reinecke
Browse files
Options
Downloads
Patches
Plain Diff
tweak Dockerfile
parent
bfee5814
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
Dockerfile
+7
-14
7 additions, 14 deletions
Dockerfile
with
7 additions
and
14 deletions
Dockerfile
+
7
−
14
View file @
4aa9b766
FROM
debian:testing-slim
RUN
apt-get update
&&
apt-get
install
-y
\
# Needed for
gitlab tests
git \
# Needed for
setup
git
python3-pip
\
# Packages needed for NIFTy
libfftw3-dev \
python3 python3-pip python3-scipy \
python3-scipy \
# Documentation build dependencies
python3-sphinx-rtd-theme \
# Testing dependencies
python3-pytest-cov \
python3-pytest-cov
jupyter
\
# Optional NIFTy dependencies
python3-mpi4py \
#
Packages needed for NIFTy
libfftw3-dev
python3-mpi4py
python3-matplotlib
\
#
more optional NIFTy dependencies
&& pip3 install pyfftw \
# Optional NIFTy dependencies
&& pip3 install git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git \
# Testing dependencies
&& rm -rf /var/lib/apt/lists/*
# Needed for demos to be running
RUN
apt-get update
&&
apt-get
install
-y
python3-matplotlib
\
&&
python3
-m
pip
install
--upgrade
pip
&&
python3
-m
pip
install
jupyter
\
&& pip3 install jupyter \
&& rm -rf /var/lib/apt/lists/*
# Set matplotlib backend
...
...
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