Skip to content

Commit

Permalink
working dev version of ragavi
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov committed May 11, 2020
1 parent 5a8935f commit a706637
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
8 changes: 5 additions & 3 deletions stimela/cargo/base/ragavi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ FROM stimela/base:1.2.5
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash -
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 dask-ms==0.2.3
RUN pip3 install ragavi>=0.3.5
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"
#RUN python3 -c "import yaml"
12 changes: 0 additions & 12 deletions stimela/cargo/base/ragavi_vis/Dockerfile

This file was deleted.

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-2",
"tag": "1.5.0",
"description": "Radio Astronomy Gain and Visibility Inspector",
"prefix": "--",
"binary": "ragavi-gains",
Expand Down
4 changes: 2 additions & 2 deletions 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_vis",
"tag": "1.4.6-2",
"base": "stimela/ragavi",
"tag": "1.5.0",
"description": "Radio Astronomy Gain and Visibility Inspector",
"prefix": "--",
"binary": "ragavi-vis",
Expand Down

0 comments on commit a706637

Please sign in to comment.