bouthilx/repro-hub:7cfc7e9

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

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 7cfc7e9

    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-7cfc7e9
collection name bouthilx/repro-hub
branch master
tag 7cfc7e9
commit 040f6bd4d6b204f8e5722c90a65f91ccccc87ce9
version (container hash) f5e41f2c93b1b419553f35648f941d78
build date 2018-12-14T05:20:15.384Z
size (MB) 2498
size (bytes) 1521676319
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.