jacobsanz97/datalad_test:latest

$ singularity pull shub://jacobsanz97/datalad_test:latest

Singularity Recipe

Bootstrap: docker
From: debian:sid

%post
 
	echo "Here we are installing software and other dependencies for the container"
	apt-get update
	apt-get install -y gnupg
	#wget -O- http://neuro.debian.net/lists/sid.us-ca.full | tee /etc/apt/sources.list.d/neurodebian.sources.list
	#apt-key adv --recv-keys --keyserver hkp://pool.sks-keyservers.net:80 0xA5D32F012649A5A9
	apt-get update
	apt-get install -y git-annex
	apt-get install -y datalad
	datalad --version
	apt-get clean
	

#%environments
#    unset PYTHONPATH

%runscript

    datalad "$@"

Collection


View on Datalad

Metrics

key value
id /containers/jacobsanz97-datalad_test-latest
collection name jacobsanz97/datalad_test
branch master
tag latest
commit 2ec0bbd115006ad6b41aaab4855cc21de730a51d
version (container hash) 4a899c0586d2264d76bdd6706874efc6
build date 2020-06-19T16:39:29.839Z
size (MB) 503.0
size (bytes) 173838367
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.