pegasus-isi/fedora-montage:latest

$ singularity pull shub://pegasus-isi/fedora-montage:latest

Singularity Recipe

bootstrap: docker
From:      fedora:latest

%post

yum upgrade -y

yum groupinstall -y \
    "Development Tools" \
    "Development Libraries"

yum install -y \
    curl \
    gcc-gfortran \
    pkg-config \
    python2 \
    python2-astropy \
    python2-devel \
    unzip \
    vim \
    wget

yum clean all

cd /opt && \
    wget -nv https://github.com/Caltech-IPAC/Montage/archive/dev.zip && \
    unzip dev.zip && \
    rm -f dev.zip && \
    mv Montage-dev Montage && \
    cd Montage && \
    make

Collection


View on Datalad

Metrics

key value
id /containers/pegasus-isi-fedora-montage-latest
collection name pegasus-isi/fedora-montage
branch master
tag latest
commit bf336943b63825fc45cc445518f9c8e64062732e
version (container hash) 413bec6436f37055f48fc7395a7b59b9
build date 2018-03-06T21:27:45.503Z
size (MB) 1730
size (bytes) 457228319
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.