File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM stimela/base:1.4.6
1+ FROM stimela/base:1.2.5
22RUN 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
711RUN ragavi-gains -h
812RUN ragavi-vis -h
13+ # RUN python3 -c "import yaml"
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments