Skip to content

Commit 7bd2323

Browse files
authored
Merge pull request #161 from SpheMakh/release-0.3.0
Release 0.3.0
2 parents 1824f38 + 8015d06 commit 7bd2323

105 files changed

Lines changed: 1857 additions & 1595 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.2.9
1+
FROM stimela/base:0.3.0
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/base:0.2.9
1+
FROM stimela/base:0.3.0
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.2.9
1+
FROM stimela/base:0.3.0
22
RUN pip install astropy \
33
numpy \
44
scipy \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM stimela/base:0.2.9
1+
FROM stimela/base:0.3.0
22
RUN docker-apt-install casarest python-owlcat casacore-data
33
RUN pip install msutils

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.2.9
1+
FROM stimela/base:0.3.0
22
RUN docker-apt-install curl

stimela/cargo/base/ddfacet/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM stimela/base:0.2.8
1+
FROM stimela/base:0.3.0
22

33
ENV DEB_DEPENCENDIES \
44
virtualenv \

stimela/cargo/base/katdal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM stimela/base:0.2.9
1+
FROM stimela/base:0.3.0
22
MAINTAINER <sphemakh@gmail.com>
33

44
ENV PACKAGES \

stimela/cargo/base/lofar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM stimela/base:0.2.9
1+
FROM stimela/base:0.3.0
22
RUN docker-apt-install lofar python-tigger
33
RUN pip install --upgrade git+https://github.com/ska-sa/tigger
44
RUN pip uninstall -y numpy

stimela/cargo/base/meqtrees/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM stimela/base:0.2.9
1+
FROM stimela/base:0.3.0
22
RUN docker-apt-install meqtrees time
33
RUN pip install --upgrade --force-reinstall git+https://github.com/SpheMakh/owlcat
44
RUN pip install --upgrade git+https://github.com/ska-sa/tigger
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM stimela/base:0.2.9
1+
FROM stimela/base:0.3.0
22
RUN pip install pymoresane

0 commit comments

Comments
 (0)