yarikoptic/mrtrix3:debian-dev-unstable-amd64

$ singularity pull shub://yarikoptic/mrtrix3:debian-dev-unstable-amd64

Singularity Recipe

BootStrap: docker
From: debian:unstable

# so if image is executed we just enter the environment
%runscript
    echo "Welcome to the Debian unstable mrtrix3 dev env. (Architecture: amd64)"
    echo "Just cd to your mrtrix3 sources or"
    echo " git clone http://github.com/MRtrix3/mrtrix3"
    /bin/bash


%post
    echo "Configuring the environment"
    sed -e  's,^deb ,deb-src ,g' /etc/apt/sources.list > /etc/apt/sources.list.d/sources.list
    apt-get update
    apt-get -y install eatmydata
    # just useful little tools
    eatmydata apt-get -y install vim wget strace time ncdu gnupg curl procps netcat
    eatmydata apt-get -y build-dep mrtrix3
    # some external depends might have not been needed then
    eatmydata apt-get -y install markdown html2text rapidjson-dev libboost-python-dev git clang valgrind lintian
    chmod a+rX -R /etc/apt/sources.list.d
    rm -rf /var/lib/apt/lists/*
    apt-get clean

Collection


View on Datalad

Metrics

key value
id /containers/yarikoptic-mrtrix3-debian-dev-unstable-amd64
collection name yarikoptic/mrtrix3
branch enh-sing
tag debian-dev-unstable-amd64
commit 14e696d07d23ab64c18f5fbcaec9d253b820637f
version (container hash) f167633d9bfdf34f7b923782ddc6a40f
build date 2018-12-17T16:03:53.123Z
size (MB) 2089
size (bytes) 741310495
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.