rainsworth/casa-5.4.1-container:latest
$ singularity pull shub://rainsworth/casa-5.4.1-container:latest
Singularity Recipe
BootStrap: yum
OSVersion: 7
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/$basearch/
Include: yum wget
%post
yum -y update
yum -y install yum-utils
yum -y groupinstall development
yum -y install https://centos7.iuscommunity.org/ius-release.rpm
yum -y install nano
yum -y install build-essential curl git man vim autoconf libtool debootstrap squashfs-tools
yum -y install qt-x11
yum -y install libXft
# install CASA
wget https://casa.nrao.edu/download/distro/linux/release/el7/casa-release-5.4.1-31.el7.tar.gz
tar xf casa-release-5.4.1-31.el7.tar.gz
cd casa-release-5.4.1-31.el7/bin
PATH=/casa-release-5.4.1-31.el7/bin:$PATH
%environment
PATH=/casa-release-5.4.1-31.el7/bin:$PATH
%runscript
echo "Hello world!"
casa-config --version
# to run a casa script provided as an argument:
# singularity run <container> <script> <args>
exec casa -c "$@"
Collection
- Name: rainsworth/casa-5.4.1-container
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/rainsworth-casa-5.4.1-container-latest |
collection name | rainsworth/casa-5.4.1-container |
branch | master |
tag | latest |
commit | 22f77ec171b0c46840d05e11babf014d6c222ba1 |
version (container hash) | 9d9057a42c5265e36144759d5893ca90 |
build date | 2021-03-31T04:26:06.983Z |
size (MB) | 3159 |
size (bytes) | 1492787231 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.