bouthilx/repro-hub:66d28cd
$ singularity pull shub://bouthilx/repro-hub:66d28cd
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 "Installing Mahler"
echo "------------------------------------------------------"
pip3 install 'setuptools>=v40.1.0'
pip3 install git+https://github.com/bouthilx/mahler.git
echo "------------------------------------------------------"
echo "Installing Mahler MongoDB Registry"
echo "------------------------------------------------------"
pip3 install git+https://github.com/bouthilx/mahler.registry.mongodb.git
echo "------------------------------------------------------"
echo "Installing forked visdom"
echo "------------------------------------------------------"
pip3 install git+https://github.com/bouthilx/visdom.git
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 66d28cd
cd ..
echo "------------------------------------------------------"
echo "Installing repro"
echo "------------------------------------------------------"
pip3 install 'setuptools>=v40.1.0'
pip3 install --process-dependency-links -e repro[execute,configure]
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-66d28cd |
collection name | bouthilx/repro-hub |
branch | master |
tag | 66d28cd |
commit | 54f1416ed8cdb36ad22e14f7997cf6255d6ae0a4 |
version (container hash) | e905656f54d9b2b17f55b903c01189ad |
build date | 2019-04-05T20:03:04.766Z |
size (MB) | 2467 |
size (bytes) | 1509203999 |
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.