ManojGopale/Ubuntu_Anaconda_Tensorflow:new

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

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
	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-new
collection name ManojGopale/Ubuntu_Anaconda_Tensorflow
branch master
tag new
commit 10248533793d5018f659cf617012cb86f917498f
version (container hash) 2ba76f143d84e5b34728fb5b381e559d
build date 2020-12-14T15:44:16.173Z
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.