Skip to content
Snippets Groups Projects
Commit c7f16564 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Modify dockerfile to include new software versions

parent 1fb39e29
No related branches found
No related tags found
No related merge requests found
Pipeline #1678 passed with warnings
...@@ -92,6 +92,12 @@ RUN cd /src/WSClean/ && \ ...@@ -92,6 +92,12 @@ RUN cd /src/WSClean/ && \
cmake ../src -DCMAKE_INSTALL_PREFIX=/usr/local/ -DPORTABLE=True &&\ cmake ../src -DCMAKE_INSTALL_PREFIX=/usr/local/ -DPORTABLE=True &&\
make -j$NPROCS && make install -j$NPROCS make -j$NPROCS && make install -j$NPROCS
COPY ./wsclean/chgcentre /src/chgcenter/src
RUN cd /src/chgcenter/ && \
mkdir build && cd build && \
cmake ../src -DCMAKE_INSTALL_PREFIX=/usr/local/ -DPORTABLE=True &&\
make -j$NPROCS && make install -j$NPROCS
#---------------------------------------------- #----------------------------------------------
FROM kernsuite/base:5 as runner FROM kernsuite/base:5 as runner
......
...@@ -27,7 +27,7 @@ TOIL_VERSION=3.20.0 ...@@ -27,7 +27,7 @@ TOIL_VERSION=3.20.0
STMAN_TAG=master STMAN_TAG=master
Dysco_TAG=v1.2 Dysco_TAG=v1.2
Prefactor_TAG=master Prefactor_TAG=master
LofarBeam_TAG=master LofarBeam_TAG=v4.1.1
wsclean_tag=master wsclean_tag=master
# FETCHES AOFLAGGER # FETCHES AOFLAGGER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment