lkmokadam/tf_1.6_9.0:latest
$ singularity pull shub://lkmokadam/tf_1.6_9.0:latest
Singularity Recipe
####
# Defines a Singularity container with GPU and MPI enabled TensorFlow
# https://www.tensorflow.org/install/install_sources#tested_source_configurations
####
BootStrap: docker
From: nvidia/cuda:9.0-cudnn7-devel-ubuntu16.04
%environment
export PATH=${PATH-}:/usr/lib/jvm/java-8-openjdk-amd64/bin/:/usr/local/cuda/bin
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
export CUDA_HOME=/usr/local/cuda
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH-}:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64
%post
apt update
apt-get install -y python-pip mpich wget
pip install mpi4py
pip install --no-cache-dir tensorflow-gpu
# Patch container to work on Titan
wget https://raw.githubusercontent.com/olcf/SingularityTools/master/Titan/TitanBootstrap.sh
sh TitanBootstrap.sh
rm TitanBootstrap.sh
Collection
- Name: lkmokadam/tf_1.6_9.0
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/lkmokadam-tf_1.6_9.0-latest |
collection name | lkmokadam/tf_1.6_9.0 |
branch | master |
tag | latest |
commit | 9d725378b2ef287d94abff6c8354e458b647e10a |
version (container hash) | e7cdf21b1d6ed87f7908c5e70f8600b2 |
build date | 2018-03-24T15:18:06.515Z |
size (MB) | 3844 |
size (bytes) | 1847365663 |
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.