bouthilx/repro-hub:7da5f4a

$ singularity pull shub://bouthilx/repro-hub:7da5f4a

Singularity Recipe

BootStrap: shub
From: bouthilx/flow:pytorch.1.0.0

%labels
    AUTHOR xavier.bouthillier@umontreal.ca

% environment
    REPRO_DATA_PATH=/data

%post
    echo "------------------------------------------------------"
    echo "Fetching repro"
    echo "------------------------------------------------------"
    cd /repos
    git clone https://gitlab.com/bouthilx/repro.git
    cd repro
        git fetch
        git checkout --track origin/dev
        git reset --hard 7da5f4a

    cd ..

    echo "------------------------------------------------------"
    echo "Installing repro"
    echo "------------------------------------------------------"
    pip3 install 'setuptools>=v40.1.0'
    pip3 install --process-dependency-links -e repro[execute,configure,deploy]

    echo "------------------------------------------------------"
    echo "Cleaning up"
    echo "------------------------------------------------------"
    apt-get clean
    apt-get autoclean
    rm -rf /var/lib/apt/lists/*

Collection


View on Datalad

Metrics

key value
id /containers/bouthilx-repro-hub-7da5f4a
collection name bouthilx/repro-hub
branch master
tag 7da5f4a
commit 9818f23e2b921ae6b0873b2960d15a39f83ed8cd
version (container hash) fbda15dde9941251fdd5ba601bc34bb2
build date 2018-12-23T09:58:23.438Z
size (MB) 2485
size (bytes) 1508438047
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.