diff --git a/stimela/cargo/base/ragavi/Dockerfile b/stimela/cargo/base/ragavi/Dockerfile index a6899d7f..c9fe505b 100644 --- a/stimela/cargo/base/ragavi/Dockerfile +++ b/stimela/cargo/base/ragavi/Dockerfile @@ -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" diff --git a/stimela/cargo/cab/ragavi/parameters.json b/stimela/cargo/cab/ragavi/parameters.json index 590278e0..970d64d9 100644 --- a/stimela/cargo/cab/ragavi/parameters.json +++ b/stimela/cargo/cab/ragavi/parameters.json @@ -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", diff --git a/stimela/cargo/cab/ragavi_vis/parameters.json b/stimela/cargo/cab/ragavi_vis/parameters.json index 76970572..774e5a2d 100644 --- a/stimela/cargo/cab/ragavi_vis/parameters.json +++ b/stimela/cargo/cab/ragavi_vis/parameters.json @@ -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",