jrenslo/singularity:1_8

$ singularity pull shub://jrenslo/singularity:1_8

Singularity Recipe

Bootstrap:docker
From:tensorflow/tensorflow:1.8.0-py3

%environment
TFHUB_CACHE_DIR=/netapp/home/jrenslo/tfhub_cache
_TFHUB_CACHE_DIR=$TFHUB_CACHE_DIR
python=python3
pip=pip3

%post
apt-get update
apt-get -y install gcc wget clang vim git
git clone http://github.com/jrenslo/singularity repo
cd repo
#pip install --upgrade pip
#pip install -r requirements.txt
pip3 install tqdm spacy nltk editdistance scikit-learn
python3 setup_script.py
python3 -m spacy download en_core_web_lg

Collection


View on Datalad

Metrics

key value
id /containers/jrenslo-singularity-1_8
collection name jrenslo/singularity
branch 1_8
tag 1_8
commit f25e41bb7d278d299132abf02fda84f4960cd672
version (container hash) 00e5661c9fd5eeed4380a14d31f98036
build date 2018-11-14T12:52:25.476Z
size (MB) 3220
size (bytes) 1587982367
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.