fredjaya/rec-bench:prepro

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

Singularity Recipe

# https://tecadmin.net/install-python-3-7-on-centos/

BootStrap: shub
From: shub://fredjaya/rec-bench:base@digest

%post
    # Add python 3.7.3
    cd /usr/src
    wget https://www.python.org/ftp/python/3.7.3/Python-3.7.3.tgz
    tar xzf Python-3.7.3.tgz
    rm -rf Python-3.7.3.tgz
    cd Python-3.7.3
    ./configure --enable-optimizations
    make altinstall

    # Add python dependencies
    python3.7 -m pip install matplotlib

%test
    python3.7 -V

Collection


View on Datalad

Metrics

key value
id /containers/fredjaya-rec-bench-prepro
collection name fredjaya/rec-bench
branch dev
tag prepro
commit 88933dd48fe3743c159488ee65f8a6d0f6cf0315
version (container hash) 950dcdaa40ed5c5dae91f30a2e31913e
build date 2019-06-26T22:56:26.343Z
size (MB) 1061
size (bytes) 319455263
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.