-
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 #626 from ratt-ru/caracal-840
Caracal 840
- Loading branch information
Showing
51 changed files
with
5,998 additions
and
5,643 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
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,11 +1,11 @@ | ||
FROM stimela/base:1.2.5 | ||
FROM stimela/base:1.6.0 | ||
MAINTAINER <[email protected]> | ||
RUN docker-apt-install libboost-dev \ | ||
casacore-dev \ | ||
python3-casacore python3-pip | ||
RUN pip3 install -U pip setuptools pyyaml | ||
RUN pip3 install katdal[ms,s3] | ||
RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.6 10 | ||
gfortran | ||
RUN pip install -U six numpy | ||
RUN pip install katdal[ms,s3] | ||
RUN export NUMBA_CACHE_DIR=/dat | ||
RUN mvftoms.py -h | ||
RUN python --version | ||
|
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/base:1.2.0 | ||
FROM stimela/base:1.6.0 | ||
MAINTAINER <[email protected]> | ||
RUN docker-apt-install cmake \ | ||
wget \ | ||
|
@@ -25,12 +25,12 @@ RUN docker-apt-install cmake \ | |
liblog4cplus-dev \ | ||
libhdf5-dev \ | ||
casacore-dev | ||
RUN wget https://tenet.dl.sourceforge.net/project/wsclean/wsclean-2.8/wsclean-2.8.tar.bz2 | ||
RUN tar xvf wsclean-2.8.tar.bz2 | ||
RUN mkdir wsclean-2.8/build | ||
RUN cd wsclean-2.8/build && \ | ||
RUN wget https://tenet.dl.sourceforge.net/project/wsclean/wsclean-2.9/wsclean-2.9.tar.bz2 | ||
RUN tar xvf wsclean-2.9.tar.bz2 | ||
RUN mkdir wsclean-2.9/build | ||
RUN cd wsclean-2.9/build && \ | ||
cmake .. -DPORTABLE=Yes -DCMAKE_BUILD_TYPE=Release && \ | ||
make -j 10 && \ | ||
make install | ||
RUN pip install astropy | ||
RUN ulimit -p 9000 | ||
RUN wsclean |
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.