flome/keras:py37-tensorflow

$ singularity pull shub://flome/keras:py37-tensorflow

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 openssl-devel curl-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/flome-keras-py37-tensorflow
collection name flome/keras
branch master
tag py37-tensorflow
commit 95c2e75be14ea8fb71ac6e34be6bd4fc60eba7d4
version (container hash) 4309ef931503c24dbd649c485fe3e383
build date 2019-05-21T02:41:10.754Z
size (MB) 6952
size (bytes) 3287257119
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.