tjhendrickson/neurodocker:latest

$ singularity pull shub://tjhendrickson/neurodocker:latest

Singularity Recipe

Bootstrap: docker
From: alpine:3.7


%post
mkdir /opt
cd /opt
tmp_pkgs="curl gcc musl-dev python3-dev sqlite-dev git" 
apk add --update --no-cache git python3 py3-yaml rsync $tmp_pkgs 
git clone  https://github.com/kaczmarj/neurodocker.git
curl -fsSL https://bootstrap.pypa.io/get-pip.py | python3 - 
pip install --no-cache-dir reprozip 
#apk del $tmp_pkgs 
#rm -rf /var/cache/apk/* ~/.cache/pip/*

pip install --no-cache-dir -e /opt/neurodocker 
#neurodocker --help

%runscript
neurodocker

Collection


View on Datalad

Metrics

key value
id /containers/tjhendrickson-neurodocker-latest
collection name tjhendrickson/neurodocker
branch master
tag latest
commit 2bf06abef26016d5d6976b797a0f98731634457d
version (container hash) 0546df693f173e36abd3984c1b2a1830
build date 2018-08-13T16:19:56.982Z
size (MB) 199
size (bytes) 68526111
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.