-
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 #596 from Mulan-94/update_ragavi
Update ragavi parameter files
- Loading branch information
Showing
6 changed files
with
41 additions
and
22 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,10 +1,7 @@ | ||
FROM stimela/meqtrees:1.2.0 | ||
RUN docker-apt-install curl | ||
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - | ||
RUN curl -sL https://deb.nodesource.com/setup_10.x | bash - | ||
RUN docker-apt-install nodejs python3-pip | ||
RUN add-apt-repository ppa:git-core/ppa | ||
RUN apt-get update | ||
RUN apt-get install -y git | ||
RUN pip3 install -U pip setuptools | ||
RUN pip3 install ragavi | ||
RUN pip3 install git+git://github.com/ska-sa/xova.git@master | ||
RUN pip3 install ragavi |
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,4 +1,4 @@ | ||
FROM stimela/ragavi:1.2.6 | ||
FROM stimela/ragavi:1.4.4 | ||
MAINTAINER <[email protected]> | ||
ADD src /scratch/code | ||
ENV LOGFILE ${OUTPUT}/logfile.txt | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM stimela/ragavi:1.2.6 | ||
FROM stimela/ragavi:1.4.4 | ||
MAINTAINER <[email protected]> | ||
ADD src /scratch/code | ||
ENV LOGFILE ${OUTPUT}/logfile.txt | ||
|
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