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

ddf2 container

parent 6a4e4028
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,13 @@ RUN cd /opt/DynSpecMS && git checkout 461183f ...@@ -27,7 +27,13 @@ RUN cd /opt/DynSpecMS && git checkout 461183f
# DDFacet # DDFacet
COPY DDFacet /opt/DDFacet COPY DDFacet /opt/DDFacet
RUN cp /opt/ddf-pipeline/misc/setup.cfg /opt/DDFacet/ # Fix compile options RUN cp /opt/ddf-pipeline/misc/setup.cfg /opt/DDFacet/ # Fix compile options
RUN pip install -U pip setuptools wheel
RUN python -m pip install pybind11 future pyregion sshtunnel pymysql psutil
#RUN python -m pip install -U "/opt/DDFacet/[dft-support,moresane-support,testing-requirements,fits-beam-support]"
RUN cd /opt/DDFacet && python setup.py build RUN cd /opt/DDFacet && python setup.py build
RUN sed -e "s|INSTALLDIR|/opt|" /opt/ddf-pipeline/misc/DDF.sh > /opt/DDFacet/init.sh RUN sed -e "s|INSTALLDIR|/opt|" /opt/ddf-pipeline/misc/DDF.sh > /opt/DDFacet/init.sh
......
#!/bin/bash #!/bin/bash
set -e set -e
rm -rf DDFacet rm -rf DDFacet
git clone https://github.com/cyriltasse/DDFacet.git git clone https://github.com/cyriltasse/DDFacet.git
# git checkout {version hash} git checkout 1059028
docker build . -t lofarit/ddf2_base3.10
docker build . -t lofarit/ddf2_base3.10
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment