mih/ohbm2018-training:fsl

$ singularity pull shub://mih/ohbm2018-training:fsl

Singularity Recipe

Bootstrap:docker
From:neurodebian:non-free

%post
    echo "Configuring the environment"
    apt-get -y update

    # setup the container sources themselves
    apt-get -y install eatmydata
    # proper locale setup for UTF8
    eatmydata apt-get -y install locales
    echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
    locale-gen

    # the least possible bit of FSL
    eatmydata apt-get -y install --no-install-recommends fsl-5.0-core fsl-mni152-templates

    # and some dependencies that it doesnt declare...shame!
    eatmydata apt-get -y install --no-install-recommends file

    # clean up
    apt-get clean

    # inject FSL setup
    ln -fs /etc/fsl/5.0/fsl.sh /.singularity.d/env/99-fsl.sh

Collection


View on Datalad

Metrics

key value
id /containers/mih-ohbm2018-training-fsl
collection name mih/ohbm2018-training
branch master
tag fsl
commit 470f4df574cdd8c9711e2a9d446d0fca7d85b2ce
version (container hash) b8a3453e757c6c4a00f753cdc137aeb5
build date 2021-01-29T08:26:01.839Z
size (MB) 647
size (bytes) 273047583
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.