diff --git a/Dockerfile b/Dockerfile index 03e606106127072097ad7e96ddd71c6c00013c34..65d79955957865e73eac488323976a3fc963f675 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM python:3.6-buster -RUN pip3 install "scipy>=1.4" h5py matplotlib git+https://gitlab.mpcdf.mpg.de/ift/nifty@bb1069ae91a0bca50af3ec49d6c6c5957424e9ae git+https://gitlab.mpcdf.mpg.de/ift/nifty_gridder.git@f1540b9cca161e1aa32aa3cd09a592b3dac5f16b pytest pytest-cov +RUN pip3 install "scipy>=1.4" h5py matplotlib pytest pytest-cov +RUN pip3 install git+https://gitlab.mpcdf.mpg.de/ift/nifty@NIFTy_6 git+https://gitlab.mpcdf.mpg.de/ift/nifty_gridder.git@f1540b9cca161e1aa32aa3cd09a592b3dac5f16b ENV MPLBACKEND agg WORKDIR /eht