zhcf/mxnet_singularity_images:mn1.1_cpu

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

Singularity Recipe

Bootstrap: docker
From: centos:7.3.1611

%post
    # install other needed packages
    yum clean all
    yum -y update
    yum -y install epel-release
    yum -y install python-pip
    yum -y install graphviz
    yum -y install libgomp
    yum -y install libgfortran

    # install mxnet
    pip install -U pip~=9.0
    pip install mxnet==1.1
    pip install graphviz

Collection


View on Datalad

Metrics

key value
id /containers/zhcf-mxnet_singularity_images-mn1.1_cpu
collection name zhcf/mxnet_singularity_images
branch master
tag mn1.1_cpu
commit abb2502c5a6538d51285a215985053fd7f63f73e
version (container hash) 98718d75767c4713983a8efa2818ff0f
build date 2018-07-08T15:19:20.954Z
size (MB) 630
size (bytes) 232103967
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.