Skip to content

Commit 733cef3

Browse files
authored
Merge pull request #609 from ratt-ru/ragavinarok
A finely concocted ragu of ragavi and dask-ms versions
2 parents a0af56a + a706637 commit 733cef3

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
FROM stimela/base:1.4.6
1+
FROM stimela/base:1.2.5
22
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -
3-
RUN pip install -U pip setuptools
4-
RUN pip install ragavi>=0.3.5
5-
RUN pip install --force-reinstall -U git+https://github.com/o-smirnov/datashader
6-
RUN pip install -I numpy
3+
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.6 10
4+
RUN pip3 install -U pip setuptools pyyaml
5+
RUN pip3 install -U python-casacore git+https://github.com/ska-sa/dask-ms@remove-table-proxy-weakref-finalize
6+
#dask-ms==0.2.3
7+
# RUN pip3 install -U ragavi
8+
RUN pip3 install git+https://github.com/ratt-ru/ragavi@dev
9+
# RUN pip install --force-reinstall -U git+https://github.com/o-smirnov/datashader
10+
RUN pip3 install -I numpy
711
RUN ragavi-gains -h
812
RUN ragavi-vis -h
13+
#RUN python3 -c "import yaml"

stimela/cargo/cab/ragavi/parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"task": "ragavi",
33
"base": "stimela/ragavi",
4-
"tag": "1.4.6-1",
4+
"tag": "1.5.0",
55
"description": "Radio Astronomy Gain and Visibility Inspector",
66
"prefix": "--",
77
"binary": "ragavi-gains",

stimela/cargo/cab/ragavi_vis/parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"task": "ragavi",
33
"base": "stimela/ragavi",
4-
"tag": "1.4.6-1",
4+
"tag": "1.5.0",
55
"description": "Radio Astronomy Gain and Visibility Inspector",
66
"prefix": "--",
77
"binary": "ragavi-vis",

0 commit comments

Comments
 (0)