From e96a0cc10b7596013d5462e7d48382ebeae0f92c Mon Sep 17 00:00:00 2001 From: Alexander Kutkin <kutkin@astron.nl> Date: Mon, 3 Jul 2023 14:59:36 +0000 Subject: [PATCH] Update file Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cc5bee0..8164423 100644 --- a/Dockerfile +++ b/Dockerfile @@ -253,7 +253,7 @@ RUN wget -q -O /WSRT_Measures.ztar \ rm /WSRT_Measures.ztar # Some python stuff -RUN python3 -m pip install h5py pandas pyyaml astropy matplotlib==3.5.2 scipy shapely bdsf ipython radio_beam scikit-learn +RUN python3 -m pip install -U h5py pandas pyyaml astropy matplotlib==3.6.2 scipy shapely bdsf ipython radio_beam scikit-learn # cd /src && \ # git clone https://github.com/lofar-astron/PyBDSF.git && \ # cd /src/PyBDSF && \ -- GitLab