Skip to content

Commit 84d9fa8

Browse files
authored
Merge pull request #444 from SpheMakh/update_cubical
Update cubical
2 parents 7143fd2 + f1cbe60 commit 84d9fa8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

stimela/cargo/base/cubical/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ RUN pip install -U pip setuptools wheel
99
RUN docker-apt-install wget git-all
1010
RUN git clone https://github.com/ratt-ru/CubiCal
1111
WORKDIR CubiCal
12-
RUN git checkout 1.2.3
12+
RUN git checkout 1.4.0
1313
RUN pip install ".[lsm-support]"
1414
ENV NUMBA_CACHE_DIR /tmp

stimela/cargo/cab/cubical/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM stimela/cubical:cu1.2.3
1+
FROM stimela/cubical:cu1.4.0
22
MAINTAINER <sphemakh@gmail.com>
33
ADD src /scratch/code
44
ENV LOGFILE ${OUTPUT}/logfile.txt

stimela/cargo/cab/cubical/parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"task": "cubical",
33
"base": "stimela/cubical",
4-
"tag": "cu1.2.3",
4+
"tag": "cu1.4.0",
55
"description": "CubiCal is a suite of fast radio interferometric calibration routines exploiting complex optimisation.",
66
"prefix": "--",
77
"binary": "gocubical",

0 commit comments

Comments
 (0)