Skip to content

Commit f2203e8

Browse files
committed
fixed casa6 Dockerfile
1 parent 7305ac6 commit f2203e8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

cultcargo/builder/cargo-manifest.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ images:
7373
casa6:
7474
versions:
7575
'6.5':
76-
wheel_version: 6.5.5.20
76+
wheel_version: 6.5.6.22
77+
'6.6':
78+
wheel_version: 6.6.3.22
7779

7880
breizorro:
7981
versions:

cultcargo/images/casa6/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM {REGISTRY}/base-cult:{BUNDLE_VERSION}
22

3-
RUN pip install --no-cache-dir casatools=={wheel_version} casatasks=={wheel_version} casadata=={wheel_version}
3+
RUN pip install --no-cache-dir casatools=={wheel_version} casatasks=={wheel_version} casadata
44

55
CMD /usr/bin/python3.8
66

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cult-cargo"
3-
version = "0.1.2rc6"
3+
version = "0.1.2rc7"
44
description = "Curated cargo of standard radio astronomy packages for stimela 2.0"
55
authors = ["Oleg Smirnov, Sphesihle Makhathini"]
66
license = "MIT"

0 commit comments

Comments
 (0)