bouthilx/repro-hub:0eff8ea

$ singularity pull shub://bouthilx/repro-hub:0eff8ea

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 0eff8ea

    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-0eff8ea
collection name bouthilx/repro-hub
branch master
tag 0eff8ea
commit f2cfd8ac8e7a21c92d0694514482e0b3bb9cf4d0
version (container hash) 6b018b025680c6c23787a3a683f793ec
build date 2018-12-15T06:55:31.595Z
size (MB) 2498
size (bytes) 1521692703
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.