Updated DDF2 Dependencies
Compare changes
- Fabio Roberto Vitello authored
- Added Lofar Beam to base image - changed killMS version to the private one - Added bootstrap cats from https://www.ict.inaf.it/gitlab/lofarit/container-data.git - ddf container now run as root
+ 2
− 1
@@ -14,7 +14,8 @@ RUN apt update
RUN mkdir /opt/LOFARBeam/build && cd /opt/LOFARBeam/build && cmake -DCMAKE_INSTALL_PREFIX=/opt/lofarsoft -DPYTHON_EXECUTABLE=$(which python) -DCASACORE_INCLUDE_DIRS=/opt/lofarsoft/include/casacore/ -DCASACORE_LIBRARIES=/opt/lofarsoft/lib/ -DCASACORE_ROOT_DIR=/opt/lofarsoft/ ../ && make -j16 && make install