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
8b213501
Commit
8b213501
authored
Apr 27, 2018
by
Philipp Arras
Browse files
Test
parent
dd00f632
Pipeline
#28242
failed with stages
in 2 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
8b213501
...
...
@@ -7,14 +7,14 @@ 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
RUN
apt-get
install
-y
python-parameterized
RUN
apt-get
install
-y
python3-parameterized
# Python module installations
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
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-
nose-parameterized
RUN
apt-get
install
-y
python-
pyfftw python3-pyfftw
# 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