Commit e11ae728 authored by Fabio Roberto Vitello's avatar Fabio Roberto Vitello
Browse files

DDFacet: fix scipy version for imaging

parent 32bafd3a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -168,6 +168,12 @@ RUN sed -e "s|INSTALLDIR|/opt|" /opt/ddf-pipeline/misc/DDF.sh > /opt/DDFacet/ini
RUN cd /opt && git clone https://www.ict.inaf.it/gitlab/lofarit/container-data.git


#####################################################################
# DDFacet fix scipy version for imaging
#####################################################################
RUN python3 -m pip install  --upgrade scipy===1.3.3


#####################################################################
# Switch back to lofar user and set env
#####################################################################