Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
NIFTy
Commits
bfee5814
Commit
bfee5814
authored
Jan 24, 2019
by
Philipp Arras
Browse files
Clean up Dockerfile
parent
3a462e52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
bfee5814
...
@@ -5,13 +5,13 @@ RUN apt-get update && apt-get install -y \
...
@@ -5,13 +5,13 @@ RUN apt-get update && apt-get install -y \
git \
git \
# Packages needed for NIFTy
# Packages needed for NIFTy
libfftw3-dev \
libfftw3-dev \
python3 python3-pip
python3-dev
python3-scipy \
python3 python3-pip python3-scipy \
# Documentation build dependencies
# Documentation build dependencies
python3-sphinx
python3-sphinx-rtd-theme \
python3-sphinx-rtd-theme \
# Testing dependencies
# Testing dependencies
python3-coverage python3-pytest
python3-pytest-cov \
python3-pytest-cov \
# Optional NIFTy dependencies
# Optional NIFTy dependencies
openmpi-bin libopenmpi-dev
python3-mpi4py \
python3-mpi4py \
# Packages needed for NIFTy
# Packages needed for NIFTy
&& pip3 install pyfftw \
&& pip3 install pyfftw \
# Optional NIFTy dependencies
# Optional NIFTy dependencies
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment