Skip to content
Snippets Groups Projects
Commit e11ae728 authored by Fabio Roberto Vitello's avatar Fabio Roberto Vitello
Browse files

DDFacet: fix scipy version for imaging

parent 32bafd3a
No related branches found
No related tags found
No related merge requests found
...@@ -168,6 +168,12 @@ RUN sed -e "s|INSTALLDIR|/opt|" /opt/ddf-pipeline/misc/DDF.sh > /opt/DDFacet/ini ...@@ -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 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 # Switch back to lofar user and set env
##################################################################### #####################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment