NIH-HPC/singularity-examples:keras-py3
$ singularity pull shub://NIH-HPC/singularity-examples:keras-py3
Singularity Recipe
BootStrap: docker
From: nvidia/cuda:9.0-cudnn7-runtime-ubuntu16.04
#---------------------------------------------------------------------
%labels
#---------------------------------------------------------------------
MAINTAINER Wolfgang Resch
#---------------------------------------------------------------------
%environment
#---------------------------------------------------------------------
export PATH=/bin:/usr/bin:/usr/local/bin:/usr/local/cuda/bin:
export LC_ALL=C
#---------------------------------------------------------------------
%post
#---------------------------------------------------------------------
apt-get update
apt-get install -y libhdf5-dev graphviz locales python3-dev python3-pip
apt-get clean
pip3 install tensorflow-gpu==1.8.0
pip3 install keras==2.1.6
pip3 install Pillow scikit-learn pandas matplotlib notebook ipython
# create some generic mount points
mkdir /mnt/data /mnt/input /mnt/output /mnt/ref /mnt/code /mnt/work
Collection
- Name: NIH-HPC/singularity-examples
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/NIH-HPC-singularity-examples-keras-py3 |
collection name | NIH-HPC/singularity-examples |
branch | master |
tag | keras-py3 |
commit | 967bdfcb602b1f890dcbb2a7186d5408c44bf0b8 |
version (container hash) | 87d998af9507709acbe29908e7e6df8f |
build date | 2018-04-28T19:11:00.458Z |
size (MB) | 3461 |
size (bytes) | 1678172191 |
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.