From 03ab09012b8c966fa4163fd9eded3743a32d17a4 Mon Sep 17 00:00:00 2001 From: pfrank <philipp@mpa-garching.mpg.de> Date: Thu, 21 Jan 2021 15:35:37 +0100 Subject: [PATCH] update docker pip --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03e6061..65d7995 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 -- GitLab