ManojGopale/Ubuntu_Anaconda_Tensorflow:modified_env

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

Singularity Recipe

Bootstrap: docker
From: ubuntu:latest

%post
	mkdir /extra
	mkdir /xdisk
	mkdir /rsgrps

	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
	echo "export PATH="$HOME/anaconda/bin:$PATH"" >> $SINGULARITY_ENVIRONMENT
	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-modified_env
collection name ManojGopale/Ubuntu_Anaconda_Tensorflow
branch master
tag modified_env
commit 24cf55315e43b593a0741ef45bf259382f3722d2
version (container hash) e1f890c06c184343dabb7e6a7477137d
build date 2018-05-27T16:15:48.108Z
size (MB) 4158
size (bytes) 2139287583
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.