Skip to content
Snippets Groups Projects
Commit 1fd210f9 authored by Philipp Arras's avatar Philipp Arras
Browse files

Add pynfft to Dockerfile

parent e0227f8b
No related branches found
No related tags found
1 merge request!304Add NFFTOperator
Pipeline #45193 passed
...@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
# Testing dependencies # Testing dependencies
python3-pytest-cov jupyter \ python3-pytest-cov jupyter \
# Optional NIFTy dependencies # Optional NIFTy dependencies
libfftw3-dev python3-mpi4py python3-matplotlib \ libfftw3-dev python3-mpi4py python3-matplotlib python3-pynfft \
# more optional NIFTy dependencies # more optional NIFTy dependencies
&& pip3 install pyfftw \ && pip3 install pyfftw \
&& pip3 install git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git \ && pip3 install git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment