bouthilx/sgd-space-hub:4e524a6

$ singularity pull shub://bouthilx/sgd-space-hub:4e524a6

Singularity Recipe

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

%labels
    AUTHOR xavier.bouthillier@umontreal.ca

% environment
    SGD_SPACE_DATA_PATH=/data

%post
    echo "------------------------------------------------------"
    echo "Fetching sgd-space"
    echo "------------------------------------------------------"
    cd /repos
    git clone https://gitlab.com/bouthilx/sgd-space.git
    cd sgd-space
        git fetch
        git checkout --track origin/dev
        git reset --hard 4e524a6

    cd ..

    echo "------------------------------------------------------"
    echo "Installing sgd-space"
    echo "------------------------------------------------------"
    pip3 install 'setuptools>=v40.1.0'
    pip3 install --process-dependency-links -e sgd-space[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-sgd-space-hub-4e524a6
collection name bouthilx/sgd-space-hub
branch master
tag 4e524a6
commit 506842e5636ea5b1cf7ed3c1c89c08700ab4d20d
version (container hash) de94205fbcd5b3bfe0bd9455bd3c73d8
build date 2018-10-04T05:19:39.743Z
size (MB) 1932
size (bytes) 862294047
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.