bouthilx/repro-hub:6f8b90a
$ singularity pull shub://bouthilx/repro-hub:6f8b90a
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 6f8b90a
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
- Name: bouthilx/repro-hub
- License: BSD 3-Clause “New” or “Revised” License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/bouthilx-repro-hub-6f8b90a |
collection name | bouthilx/repro-hub |
branch | master |
tag | 6f8b90a |
commit | 4dbc4032630ecd3113b7dafa918162babef8245b |
version (container hash) | 43a46309edab0fca1214c0a102fa0943 |
build date | 2018-12-16T10:26:35.850Z |
size (MB) | 2499 |
size (bytes) | 1521713183 |
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.