ravi-0841/singularity-tensorflow-1.14:latest
$ singularity pull shub://ravi-0841/singularity-tensorflow-1.14:latest
Singularity Recipe
Bootstrap: docker
From: tensorflow/tensorflow:1.12.0-devel-gpu-py3
%environment
# use bash as default shell
SHELL=/bin/bash
export SHELL
%setup
# runs on host - the path to the image is $SINGULARITY_ROOTFS
%post
# post-setup script
# load environment variables
. /environment
# use bash as default shell
echo 'SHELL=/bin/bash' >> /environment
# make environment file executable
chmod +x /environment
# default mount paths
mkdir /scratch /data
# additional packages
apt-get update
apt-get install -y python-tk
apt-get install -y libsm6 libxext6
apt-get install -y libmagic-dev
apt-get install -y libsndfile1
pip install opencv-contrib-python
pip install wrapt==1.12.0
pip install pyyaml
pip install joblib==0.11.0
pip install llvmlite==0.31.0
pip install librosa==0.7.0
pip install pep8==1.7.0
pip install nose==1.3.7
pip install hyperopt==0.2.3
pip install hyperas
pip install tqdm
pip install pyAudioAnalysis
pip install hmmlearn==0.2.3
pip install simplejson==3.17.0
pip install eyed3
pip install pydub
pip install webrtcvad==2.0.10
pip install soundfile
pip install ffmpeg-python
pip install pyworld
pip install autograd
pip install pomegranate==0.12.0
pip install crepe==0.0.10
pip install pycwt
pip install unidecode
pip install inflect==0.2.5
%runscript
# executes with the singularity run command
# delete this section to use existing docker ENTRYPOINT command
%test
# test that script is a success
Collection
- Name: ravi-0841/singularity-tensorflow-1.14
- License: MIT License
View on Datalad
Metrics
key | value |
---|---|
id | /containers/ravi-0841-singularity-tensorflow-1.14-latest |
collection name | ravi-0841/singularity-tensorflow-1.14 |
branch | master |
tag | latest |
commit | 5178a42ef9e0dcaf91a325eedd2f9ba307fc6c57 |
version (container hash) | 79546f428871af363d85fa65ac2d05cb |
build date | 2021-01-18T00:41:10.456Z |
size (MB) | 4487.0 |
size (bytes) | 2347384863 |
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.