szaman19/singularity_containers:tensorflow

$ singularity pull shub://szaman19/singularity_containers:tensorflow

Singularity Recipe

Bootstrap: docker
From: centos:7


%post 
	yum -y update
	yum -y install yum-utils
	yum -y groupinstall development
	yum -y install https://centos7.iuscommunity.org/ius-release.rpm
	yum -y install python36u
	yum -y install python36u-devel
	yum -y install python36u-pip	
	echo "Installed system dependencies"
	
	pip3.6 install --upgrade pip	
	pip3.6 install --no-cache-dir numpy tensorflow
	
%environment 
	
%test

Collection


View on Datalad

Metrics

key value
id /containers/szaman19-singularity_containers-tensorflow
collection name szaman19/singularity_containers
branch master
tag tensorflow
commit 8c0117223d50cb4880908fbb3ee936c9cfa91001
version (container hash) 6d46a69b5afcf882d093f58b75da14ea
build date 2019-06-14T05:36:18.368Z
size (MB) 1224
size (bytes) 357216287
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.