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
29d4385b
Commit
29d4385b
authored
Apr 27, 2018
by
Philipp Arras
Browse files
Cleanups
parent
8b9a92e4
Pipeline
#28251
passed with stages
in 8 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
29d4385b
...
...
@@ -7,23 +7,22 @@ RUN apt-get install -y git
# Packages needed for NIFTy
RUN
apt-get
install
-y
libfftw3-dev
RUN
apt-get
install
-y
python python-dev python-future python-scipy
RUN
apt-get
install
-y
python3 python3-dev python3-future python3-scipy
RUN
apt-get
install
-y
python python-pip python-dev python-future python-scipy
RUN
apt-get
install
-y
python3 python3-pip python3-dev python3-future python3-scipy
RUN
pip
install
pyfftw
RUN
pip3
install
pyfftw
#
MPI requirements (o
ptional NIFTy dependencies
)
#
O
ptional NIFTy dependencies
RUN
apt-get
install
-y
openmpi-bin libopenmpi-dev python-mpi4py python3-mpi4py
RUN
pip
install
git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
RUN
pip3
install
git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
# Documentation build dependencies
RUN
apt-get
install
-y
python-sphinx python-sphinx-rtd-theme python-numpydoc
# Testing dependencies
RUN
apt-get
install
-y
python-nose
RUN
apt-get
install
-y
python3-nose
# Python module installations
RUN
apt-get
install
-y
python-pip python3-pip
RUN
pip
install
pyfftw coverage git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
RUN
pip3
install
pyfftw git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
RUN
apt-get
install
-y
python-nose python-parameterized
RUN
apt-get
install
-y
python3-nose python3-parameterized
# Create user (openmpi does not like to be run as root)
RUN
useradd
-ms
/bin/bash testinguser
...
...
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