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
d09ae338
Commit
d09ae338
authored
Apr 27, 2018
by
Philipp Arras
Browse files
Install test packages via Debian
parent
e094bc18
Pipeline
#28239
failed with stages
in 5 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
d09ae338
...
...
@@ -7,9 +7,12 @@ RUN apt-get install -y git libfftw3-dev openmpi-bin libopenmpi-dev python python
RUN
apt-get
install
-y
python3 python3-pip python3-dev python3-nose python3-numpy python3-matplotlib python3-future python3-mpi4py python3-scipy
RUN
apt-get
install
-y
python-sphinx python-sphinx-rtd-theme python-numpydoc
RUN
apt-get
install
-y
python-parameterized python-coverage
RUN
apt-get
install
-y
python3-parameterized python3-coverage
# Python module installations
RUN
pip
install
parameterized coverage
pyfftw git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
RUN
pip3
install
parameterized coverage
pyfftw git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
RUN
pip
install
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