From b092d18b9419614523d44f519551a87d01447b01 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 1 Sep 2017 10:02:55 +0000 Subject: [PATCH] Task #11210: Use PyBSDF 1.8.12 to fix a TypeError that was hit in the imaging pipeline. --- Docker/lofar-pipeline/Dockerfile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/lofar-pipeline/Dockerfile.tmpl b/Docker/lofar-pipeline/Dockerfile.tmpl index 5f84716396a..1ae4c72764b 100644 --- a/Docker/lofar-pipeline/Dockerfile.tmpl +++ b/Docker/lofar-pipeline/Dockerfile.tmpl @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y python-xmlrunner python-scipy liblog4cp # ******************* # -ENV PYBDSF_VERSION=1.8.8 +ENV PYBDSF_VERSION=1.8.12 RUN apt-get update && apt-get install -y git g++ gfortran libboost-python-dev python-setuptools && \ mkdir ${INSTALLDIR}/pybdsf && \ -- GitLab