ManojGopale/Ubuntu_Anaconda_Tensorflow:latest

$ singularity pull shub://ManojGopale/Ubuntu_Anaconda_Tensorflow:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:latest

%post
	apt-get update
	apt-get install -y wget
	apt-get install -y bzip2
	apt-get install -y vim
	wget https://repo.continuum.io/archive/Anaconda3-5.1.0-Linux-x86_64.sh
	bash Anaconda3-5.1.0-Linux-x86_64.sh -f -b -p $HOME/anaconda
	export PATH="$HOME/anaconda/bin:$PATH"
	conda update -y conda
	pip install --upgrade tensorflow
	pip install keras
	conda update -y conda

Collection


View on Datalad

Metrics

key value
id /containers/ManojGopale-Ubuntu_Anaconda_Tensorflow-latest
collection name ManojGopale/Ubuntu_Anaconda_Tensorflow
branch master
tag latest
commit c4dae0dfd01723f47ffad119f5150e947d2708ac
version (container hash) a6779bee0a9966d5ed460a3e55f92f79
build date 2018-04-21T17:37:03.644Z
size (MB) 4166
size (bytes) 2145787935
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.