zhcf/mxnet_singularity_images:mn1.1_cuda80

$ singularity pull shub://zhcf/mxnet_singularity_images:mn1.1_cuda80

Singularity Recipe

Bootstrap: docker
From: nvidia/cuda:8.0-cudnn6-runtime-centos7

%post
    # install other needed packages
    yum clean all
    yum -y update
    yum -y install epel-release
    yum -y install python-pip
    yum -y install libgfortran
    yum -y install cuda-toolkit-8-0

    # install Mxnet
    pip install -U pip~=9.0
    pip install mxnet-cu80==1.1

Collection


View on Datalad

Metrics

key value
id /containers/zhcf-mxnet_singularity_images-mn1.1_cuda80
collection name zhcf/mxnet_singularity_images
branch master
tag mn1.1_cuda80
commit ad8d05011542c8ec6fc5ac4ecdabd7a0d0428717
version (container hash) 954efa7f819bc3680bc19033b00c0ff4
build date 2018-07-08T15:19:20.949Z
size (MB) 3646
size (bytes) 2168131615
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.