zhcf/tenforflow_singularity_images:tf1.6_cpu

$ singularity pull shub://zhcf/tenforflow_singularity_images:tf1.6_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

    # install tensorflow
    pip install -U pip~=9.0
    pip install tensorflow==1.6

Collection


View on Datalad

Metrics

key value
id /containers/zhcf-tenforflow_singularity_images-tf1.6_cpu
collection name zhcf/tenforflow_singularity_images
branch master
tag tf1.6_cpu
commit 4a7434294fb222c5351311ad2ec8c2795abf2f2a
version (container hash) d55c8fc649340e43a7e9af66eecd7f3a
build date 2018-07-08T15:19:20.902Z
size (MB) 783
size (bytes) 276463647
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.