pmenninger3/singularity_test:tensorflow_keras

$ singularity pull shub://pmenninger3/singularity_test:tensorflow_keras

Singularity Recipe

Bootstrap: docker
From: ubuntu:latest

%runscript

	echo "Hopefully this works!"

%post

	echo "Installing git"
	apt-get update
	apt-get install -y git

	echo "Installing python"
	apt-get install -y software-properties-common python-software-properties
	add-apt-repository ppa:fkrull/deadsnakes
	apt-get update
	apt-get install -y python2.7

	echo "Installing pip and virtualenv"
	apt-get install -y python-pip python-dev build-essential
	pip install --upgrade pip
	pip install --upgrade virtualenv
	
	echo "Installing python-tk"
	apt-get install -y python-tk

	echo "Installing TensorFlow"
	pip install tensorflow

	echo "Installing Keras"
	pip install keras

	echo "Installing matplotlib, sklearn, h5py"
	pip install matplotlib
	pip install sklearn
	pip install h5py

Collection


View on Datalad

Metrics

key value
id /containers/pmenninger3-singularity_test-tensorflow_keras
collection name pmenninger3/singularity_test
branch master
tag tensorflow_keras
commit 9b2ee41cb40986d4373ee84428643aae3446fd42
version (container hash) a5b9fe074bf1bbcc4b9ed81d3766aa8b
build date 2017-11-28T19:11:34.520Z
size (MB) 1388
size (bytes) 527417375
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.