-
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 #610 from ratt-ru/ragavi
Ragavi
- Loading branch information
Showing
21 changed files
with
2,895 additions
and
44 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
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,13 +1,13 @@ | ||
FROM stimela/ddfacet:1.3.3 | ||
MAINTAINER <[email protected]> | ||
ENV GIT_LFS_SKIP_SMUDGE 1 | ||
RUN pip3 install -U pip setuptools wheel | ||
RUN apt-get update && apt-get install -y wget git-all | ||
RUN git clone https://github.com/ratt-ru/CubiCal.git | ||
WORKDIR CubiCal | ||
RUN git checkout v1.5.1 | ||
RUN pip3 install ".[lsm-support,degridder-support]" | ||
RUN DDF.py --help | ||
FROM stimela/base:1.2.5 | ||
RUN docker-apt-install casacore-dev \ | ||
casacore-data \ | ||
build-essential \ | ||
python3-pip \ | ||
libboost-all-dev \ | ||
wcslib-dev \ | ||
git \ | ||
libcfitsio-dev | ||
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.6 10 | ||
RUN pip3 install --upgrade --force pip | ||
RUN pip install "cubical[lsm-support]@git+https://github.com/ratt-ru/[email protected]" | ||
RUN gocubical --help | ||
ENV NUMBA_CACHE_DIR /tmp | ||
ENTRYPOINT [] |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
FROM stimela/ddfacet:1.3.3 | ||
MAINTAINER <[email protected]> | ||
ENV GIT_LFS_SKIP_SMUDGE 1 | ||
RUN pip3 install -U pip setuptools wheel | ||
RUN apt-get update && apt-get install -y wget git-all | ||
RUN git clone -b decasacore300fication https://github.com/ratt-ru/CubiCal | ||
WORKDIR CubiCal | ||
#RUN git checkout decasacore300fication | ||
RUN pip3 install -I ".[lsm-support,degridder-support]" | ||
RUN DDF.py --help | ||
RUN gocubical --help | ||
ENV NUMBA_CACHE_DIR /tmp | ||
ENTRYPOINT [] |
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
root:x:0: | ||
daemon:x:1: | ||
bin:x:2: | ||
sys:x:3: | ||
adm:x:4: | ||
tty:x:5: | ||
disk:x:6: | ||
lp:x:7: | ||
mail:x:8: | ||
news:x:9: | ||
uucp:x:10: | ||
man:x:12: | ||
proxy:x:13: | ||
kmem:x:15: | ||
dialout:x:20: | ||
fax:x:21: | ||
voice:x:22: | ||
cdrom:x:24: | ||
floppy:x:25: | ||
tape:x:26: | ||
sudo:x:27: | ||
audio:x:29: | ||
dip:x:30: | ||
www-data:x:33: | ||
backup:x:34: | ||
operator:x:37: | ||
list:x:38: | ||
irc:x:39: | ||
src:x:40: | ||
gnats:x:41: | ||
shadow:x:42: | ||
utmp:x:43: | ||
video:x:44: | ||
sasl:x:45: | ||
plugdev:x:46: | ||
staff:x:50: | ||
games:x:60: | ||
users:x:100: | ||
nogroup:x:65534: | ||
crontab:x:101: | ||
messagebus:x:102: | ||
ssh:x:103: |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
root:x:0:0:root:/root:/bin/bash | ||
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin | ||
bin:x:2:2:bin:/bin:/usr/sbin/nologin | ||
sys:x:3:3:sys:/dev:/usr/sbin/nologin | ||
sync:x:4:65534:sync:/bin:/bin/sync | ||
games:x:5:60:games:/usr/games:/usr/sbin/nologin | ||
man:x:6:12:man:/var/cache/man:/usr/sbin/nologin | ||
lp:x:7:7:lp:/var/spool/lpd:/usr/sbin/nologin | ||
mail:x:8:8:mail:/var/mail:/usr/sbin/nologin | ||
news:x:9:9:news:/var/spool/news:/usr/sbin/nologin | ||
uucp:x:10:10:uucp:/var/spool/uucp:/usr/sbin/nologin | ||
proxy:x:13:13:proxy:/bin:/usr/sbin/nologin | ||
www-data:x:33:33:www-data:/var/www:/usr/sbin/nologin | ||
backup:x:34:34:backup:/var/backups:/usr/sbin/nologin | ||
list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin | ||
irc:x:39:39:ircd:/var/run/ircd:/usr/sbin/nologin | ||
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/usr/sbin/nologin | ||
nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin | ||
_apt:x:100:65534::/nonexistent:/usr/sbin/nologin | ||
messagebus:x:101:102::/nonexistent:/usr/sbin/nologin |
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
Oops, something went wrong.