Skip to content

Commit

Permalink
Merge pull request #609 from ratt-ru/ragavinarok
Browse files Browse the repository at this point in the history
A finely concocted ragu of ragavi and dask-ms versions
  • Loading branch information
SpheMakh authored May 11, 2020
2 parents a0af56a + a706637 commit 733cef3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions stimela/cargo/base/ragavi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
FROM stimela/base:1.4.6
FROM stimela/base:1.2.5
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -
RUN pip install -U pip setuptools
RUN pip install ragavi>=0.3.5
RUN pip install --force-reinstall -U git+https://github.com/o-smirnov/datashader
RUN pip install -I numpy
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.6 10
RUN pip3 install -U pip setuptools pyyaml
RUN pip3 install -U python-casacore git+https://github.com/ska-sa/dask-ms@remove-table-proxy-weakref-finalize
#dask-ms==0.2.3
# RUN pip3 install -U ragavi
RUN pip3 install git+https://github.com/ratt-ru/ragavi@dev
# RUN pip install --force-reinstall -U git+https://github.com/o-smirnov/datashader
RUN pip3 install -I numpy
RUN ragavi-gains -h
RUN ragavi-vis -h
#RUN python3 -c "import yaml"
2 changes: 1 addition & 1 deletion stimela/cargo/cab/ragavi/parameters.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"task": "ragavi",
"base": "stimela/ragavi",
"tag": "1.4.6-1",
"tag": "1.5.0",
"description": "Radio Astronomy Gain and Visibility Inspector",
"prefix": "--",
"binary": "ragavi-gains",
Expand Down
2 changes: 1 addition & 1 deletion stimela/cargo/cab/ragavi_vis/parameters.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"task": "ragavi",
"base": "stimela/ragavi",
"tag": "1.4.6-1",
"tag": "1.5.0",
"description": "Radio Astronomy Gain and Visibility Inspector",
"prefix": "--",
"binary": "ragavi-vis",
Expand Down

0 comments on commit 733cef3

Please sign in to comment.