ResearchIT/singularity-keras:1

$ singularity pull shub://ResearchIT/singularity-keras:1

Singularity Recipe

Bootstrap:docker
From:nvidia/cuda:9.0-cudnn7-devel-centos7

%environment
export KERAS_BACKEND=tensorflow
export PATH=/usr/local/cuda/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda/lib64

%post
yum update -y
yum install -y @"Development Tools"
yum install -y epel-release
yum install -y libgomp cmake3 vim cuda-9.0 cuda-drivers xorg-x11-drv-nvidia-cuda
yum install -y git gcc-c++ sudo curl openblas lapack python36 wget python-devel python36-devel
wget https://bootstrap.pypa.io/get-pip.py
python36 get-pip.py
python2 get-pip.py
python36 -m pip install tensorflow-gpu
python36 -m pip install keras pillow
python2 -m pip install tensorflow-gpu
python2 -m pip install keras pillow
%runscript
exec $@

Collection


View on Datalad

Metrics

key value
id /containers/ResearchIT-singularity-keras-1
collection name ResearchIT/singularity-keras
branch master
tag 1
commit eafa605c1826c91c8c362e15417ef038c8803eff
version (container hash) 3d202cc9021b7d09b19f6d50682baf83
build date 2018-07-14T18:00:14.414Z
size (MB) 6020
size (bytes) 2777673759
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.