Loading ddf2/Dockerfile +6 −0 Original line number Diff line number Diff line Loading @@ -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 ##################################################################### Loading Loading
ddf2/Dockerfile +6 −0 Original line number Diff line number Diff line Loading @@ -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 ##################################################################### Loading