Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
dfc518e9
Commit
dfc518e9
authored
Apr 27, 2018
by
Philipp Arras
Browse files
Changes
parent
8b213501
Pipeline
#28244
passed with stages
in 8 minutes and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
dfc518e9
...
...
@@ -3,18 +3,21 @@ FROM debian:testing-slim
RUN
apt-get update
# Debian package installations
RUN
apt-get
install
-y
git libfftw3-dev openmpi-bin libopenmpi-dev python python-pip python-dev python-nose python-numpy python-matplotlib python-future python-mpi4py python-scipy
RUN
apt-get
install
-y
python3 python3-pip python3-dev python3-nose python3-numpy python3-matplotlib python3-future python3-mpi4py python3-scipy
# Packages needed for NIFTy
RUN
apt-get
install
-y
git libfftw3-dev openmpi-bin libopenmpi-dev
RUN
apt-get
install
-y
python python-pip python-dev python-matplotlib python-future python-mpi4py python-scipy
RUN
apt-get
install
-y
python3 python3-pip python3-dev python3-matplotlib python3-future python3-mpi4py python3-scipy
# Packages needed for generating the documentation
RUN
apt-get
install
-y
python-sphinx python-sphinx-rtd-theme python-numpydoc
RUN
apt-get
install
-y
python-parameterized
RUN
apt-get
install
-y
python3-parameterized
# Packages needed for running tests
RUN
apt-get
install
-y
python-nose python-parameterized
RUN
apt-get
install
-y
python3-nose python3-parameterized
# Python module installations
RUN
pip
install
coverage git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
RUN
pip3
install
git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
RUN
apt-get
install
-y
python-pyfftw python3-pyfftw
RUN
pip
install
coverage pyfftw git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
RUN
pip3
install
pyfftw git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
# 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