-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #609 from ratt-ru/ragavinarok
A finely concocted ragu of ragavi and dask-ms versions
- Loading branch information
Showing
3 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters