Skip to content
Snippets Groups Projects
Commit f13c9190 authored by Fabio Roberto Vitello's avatar Fabio Roberto Vitello Committed by Stefano Alberto Russo
Browse files

ddf2 with public release of pipelines

parent fae3ff33
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ ENV PYTHONPATH /opt/lofarsoft/lib/python2.7/site-packages
#------------------------
# DDF pipeline
RUN cd /opt && git clone https://github.com/mhardcastle/ddf-pipeline.git
RUN cd /opt/ddf-pipeline && git checkout fdaa5aa
RUN cd /opt/ddf-pipeline && git checkout DR1
# SkyModel
RUN cd /opt && git clone https://github.com/cyriltasse/SkyModel.git
......@@ -46,7 +46,6 @@ RUN sed 's/numpy (<=1.16)/numpy (<=1.16.2)/g' /usr/local/lib/python2.7/dist-pac
RUN cd /opt && git clone https://www.ict.inaf.it/gitlab/lofarit/container-data.git
#USER lofar
ENV CONTAINER_NAME='ddf2_base3.10'
ENV CONTAINER_NAME='ddf2_public_base3.10'
ENV DDF_PIPELINE_CATALOGS='/opt/container-data/bootstrap-cats/'
#!/bin/bash
set -e
rm -rf DDFacet
git clone https://github.com/cyriltasse/DDFacet.git
git checkout 1059028
docker build . -t lofarit/ddf2_base3.10
docker build . -t lofarit/ddf2_public_base3.10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment