bouthilx/sgd-space-hub:8a58ad1
$ singularity pull shub://bouthilx/sgd-space-hub:8a58ad1
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 8a58ad1
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
- Name: bouthilx/sgd-space-hub
- License: BSD 3-Clause “New” or “Revised” License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/bouthilx-sgd-space-hub-8a58ad1 |
collection name | bouthilx/sgd-space-hub |
branch | master |
tag | 8a58ad1 |
commit | 2758ba86a09deb7aa192e180729fc4445cec3d72 |
version (container hash) | eb798b39e8a13237983adda60b8a1282 |
build date | 2018-09-30T22:17:17.753Z |
size (MB) | 1932 |
size (bytes) | 862253087 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.