bouthilx/sgd-space-hub:2d113da

$ singularity pull shub://bouthilx/sgd-space-hub:2d113da

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 2d113da

    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-2d113da
collection name bouthilx/sgd-space-hub
branch master
tag 2d113da
commit 58f5239a73fc55b7f0281d3a9fc28933945047f7
version (container hash) 8715f52f2cbf7e93f8bc697d22ce65b1
build date 2018-10-02T00:04:18.877Z
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.