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
Open sidebar
ift
NIFTy
Commits
906dd639
Commit
906dd639
authored
Apr 21, 2017
by
Theo Steininger
Browse files
Modified Dockerfile and requirements.txt
parent
73559036
Pipeline
#11648
failed with stages
in 12 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
906dd639
...
...
@@ -4,7 +4,7 @@ FROM ubuntu:latest
RUN
\
apt-get update
&&
\
apt-get
install
-y
build-essential python python-pip python-dev git
\
autoconf gsl-bin libgsl-dev
python-matplotlib
openmpi-bin
\
autoconf gsl-bin libgsl-dev openmpi-bin
wget
\
libopenmpi-dev libatlas-base-dev libfftw3-bin libfftw3-dev
\
libfftw3-double3 libfftw3-long3 libfftw3-mpi-dev libfftw3-mpi3
\
libfftw3-quad3 libfftw3-single3 libhdf5-10 libhdf5-dev
\
...
...
@@ -13,7 +13,6 @@ RUN \
# python dependencies
ADD
ci/requirements.txt /tmp/requirements.txt
RUN
pip
install
--upgrade
-r
/tmp/requirements.txt
RUN
pip
install
mpi4py
# install pyHealpix, pyfftw and h5py
ADD
ci/install_pyHealpix.sh /tmp/install_pyHealpix.sh
...
...
ci/requirements.txt
View file @
906dd639
numpy
cython
mpi4py
matplotlib
ipython
nose
parameterized
coverage
...
...
Write
Preview
Supports
Markdown
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