bouthilx/qtrack:61064c1
$ singularity pull shub://bouthilx/qtrack:61064c1
Singularity Recipe
BootStrap: shub
From: bouthilx/flow:pytorch.0.3.1
%labels
AUTHOR xavier.bouthillier@umontreal.ca
%post
export GITHUB_TOKEN="e209b24443c2fefa895c81d80957b838df6c68d7"
echo "------------------------------------------------------"
echo "Installing Tensorflow for tensor-board"
echo "------------------------------------------------------"
pip3 install tensorflow==1.5
echo "------------------------------------------------------"
echo "Installing custom Sacred"
echo "------------------------------------------------------"
cd /repos
git clone https://${GITHUB_TOKEN}@github.com/bouthilx/impn.git qtrack
cd qtrack
git fetch
git checkout --track origin/qtrack
git reset --hard 61064c1
git submodule init
git submodule update
cd protopt
git submodule init
git submodule update
cd ..
pip3 install protopt/sacred
echo "------------------------------------------------------"
echo "Installing custom SmartDispatch"
echo "------------------------------------------------------"
pip3 install protopt/smartdispatch
cd ..
echo "------------------------------------------------------"
echo "Installing Protopt"
echo "------------------------------------------------------"
pip3 install qtrack/protopt
echo "------------------------------------------------------"
echo "Installing IMPN"
echo "------------------------------------------------------"
pip3 install qtrack/
echo "------------------------------------------------------"
echo "Cleaning up"
echo "------------------------------------------------------"
apt-get clean
apt-get autoclean
rm -rf /var/lib/apt/lists/*
Collection
- Name: bouthilx/qtrack
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/bouthilx-qtrack-61064c1 |
collection name | bouthilx/qtrack |
branch | master |
tag | 61064c1 |
commit | 9bdad0b586cafa7eccb8a2e560e5674d8bebe714 |
version (container hash) | 5772e0db9afb0b27b8dda33406d854a8 |
build date | 2018-04-23T19:13:10.338Z |
size (MB) | 2217 |
size (bytes) | 1013272607 |
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.