Skip to content

Commit 5c4a771

Browse files
authored
Merge pull request #239 from SpheMakh/release-0.3.2
Release 0.3.2
2 parents 6c1b8d3 + d453448 commit 5c4a771

171 files changed

Lines changed: 1851 additions & 1571 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM stimela/base:0.3.1
1+
FROM stimela/base:0.3.2
22
RUN docker-apt-install 21cmfast
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM stimela/meqtrees:0.3.1
1+
FROM stimela/meqtrees:0.3.2
22
RUN pip install --upgrade git+https://github.com/Athanaseus/aimfast
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM stimela/base:0.3.0
1+
FROM stimela/base:0.3.2
22
RUN docker-apt-install aoflagger

stimela/cargo/base/astropy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM stimela/base:0.3.1
1+
FROM stimela/base:0.3.2
22
RUN pip install astropy \
33
numpy \
44
scipy \

stimela/cargo/base/casa/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM kernsuite/casa:4.7
1+
FROM stimela/casa:0.3.2
22
RUN docker-apt-install git
33
RUN pip install drive-casa pyyaml

stimela/cargo/base/casa/southern_calibrators.txt

Lines changed: 0 additions & 37 deletions
This file was deleted.

stimela/cargo/base/casa/standards_amend.py

Lines changed: 0 additions & 106 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM stimela/base:0.3.1
1+
FROM stimela/base:0.3.2
22
RUN docker-apt-install casarest python-owlcat casacore-data
33
RUN pip install msutils
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
FROM stimela/cubical:dev
1+
FROM stimela/base:0.3.2
22
MAINTAINER <sphemakh@gmail.com>
3-
#RUN docker-apt-install python-pip git python-casacore python-tigger
4-
#RUN pip install -U pip setuptools wheel cython>=0.25.2
5-
#RUN pip install -I git+git://github.com/ska-sa/montblanc.git@master
6-
7-
RUN git clone -b only-dd-fixes https://github.com/ratt-ru/CubiCal.git /cubical
8-
RUN pip install --no-deps -U /cubical
3+
RUN docker-apt-install casacore-dev \
4+
libboost-python-dev \
5+
libcfitsio3-dev \
6+
wcslib-dev
7+
RUN pip install -U pip setuptools wheel
8+
RUN pip install -U numpy
9+
RUN pip install -I git+https://github.com/ska-sa/montblanc
10+
RUN pip install -I git+https://github.com/ratt-ru/CubiCal
11+
ENV NUMBA_CACHE_DIR /tmp

stimela/cargo/base/curl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM stimela/base:0.3.1
1+
FROM stimela/base:0.3.2
22
RUN docker-apt-install curl

0 commit comments

Comments
 (0)