Skip to content
Snippets Groups Projects
Commit 8211e27e authored by Thomas Jürges's avatar Thomas Jürges
Browse files

SW-621: Reintegrated branch SW-621 with the LOFAR-Release-3_2

parents 1dd9bd5e d4ab2c30
No related branches found
No related tags found
No related merge requests found
......@@ -1337,6 +1337,7 @@ Docker/lofar-documentation/build_documentation.sh -text
Docker/lofar-documentation/lofar_documentation.md -text
Docker/lofar-outputproc/Dockerfile.tmpl -text
Docker/lofar-pipeline/Dockerfile.tmpl -text
Docker/lofar-pipeline/bashrc.d/01-slurm -text
Docker/lofar-pipeline/bashrc.d/10-aoflagger -text
Docker/lofar-pipeline/bashrc.d/11-pybdsf -text
Docker/lofar-pulp/Dockerfile.tmpl -text
......
......@@ -6,7 +6,7 @@ FROM lofar-base:${LOFAR_TAG}
ENV AOFLAGGER_VERSION=2.8.0
# Run-time dependencies
RUN apt-get update && apt-get install -y python-xmlrunner python-scipy liblog4cplus-1.1-9 libxml2 libboost-thread${BOOST_VERSION}.0 libboost-filesystem${BOOST_VERSION}.0 libboost-date-time${BOOST_VERSION}.0 libboost-signals${BOOST_VERSION}.0 libpng12-0 libsigc++-2.0-dev libxml++2.6-2v5 libgsl2 openssh-client libboost-regex${BOOST_VERSION}.0 gettext-base rsync python-matplotlib ipython slurm-client libhdf5-cpp-11 && \
RUN apt-get update && apt-get install -y python-xmlrunner python-scipy liblog4cplus-1.1-9 libxml2 libboost-thread${BOOST_VERSION}.0 libboost-filesystem${BOOST_VERSION}.0 libboost-date-time${BOOST_VERSION}.0 libboost-signals${BOOST_VERSION}.0 libpng12-0 libsigc++-2.0-dev libxml++2.6-2v5 libgsl2 openssh-client libboost-regex${BOOST_VERSION}.0 gettext-base rsync python-matplotlib ipython libmunge2 libhdf5-cpp-11 && \
apt-get -y install python-pip python-dev && \
pip install pyfits pywcs python-monetdb && \
apt-get -y purge python-pip python-dev && \
......
#!/bin/bash
export PATH=/opt/slurm/bin:/opt/slurm/sbin:${PATH}
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
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