fredjaya/rec-bench:base

$ singularity pull shub://fredjaya/rec-bench:base

Singularity Recipe

# https://public.confluence.arizona.edu/display/UAHPC/Singularity+Tutorials#SingularityTutorials-CentOSwithTensorflowExample

BootStrap: yum
OSVersion: 7
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/$basearch/
Include: yum wget

%post
    # Add OS packages
    yum -y install gcc centos-release-scl openssl-devel bzip2-devel libffi-devel epel-release tar.x86_64 gzip make unzip scl-utils-build devtoolset-6

%setup
    # Bind-mount the hosts directories
    mkdir -p ${SINGULARITY_ROOTFS}/opt
    mkdir -p ${SINGULARITY_ROOTFS}/scratch
    mkdir -p ${SINGULARITY_ROOTFS}/shared

Collection


View on Datalad

Metrics

key value
id /containers/fredjaya-rec-bench-base
collection name fredjaya/rec-bench
branch dev
tag base
commit e215b87783a5be2c3aff2752733f87ec34419704
version (container hash) ef4c3b2f42fb2dcbf1d401e2a23ea1dd
build date 2019-06-25T09:15:37.230Z
size (MB) 539
size (bytes) 183930911
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.