icaoberg/singularity-doge:latest

$ singularity pull shub://icaoberg/singularity-doge:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04

IncludeCmd: yes

%runscript
    exec /bin/bash "$@"

%environment
    export LC_ALL=C
    export PATH=/usr/games:$PATH

%post
    /usr/bin/apt-get update && /usr/bin/apt-get -y upgrade
    /usr/bin/apt-get install -y build-essential

    # Make folders for CBD HPC cluster
    if [ ! -d /images ]; then mkdir /images; fi
    if [ ! -d /projects ]; then mkdir /containers; fi
    if [ ! -d /containers ]; then mkdir /containers; fi
    if [ ! -d /share ]; then mkdir /share; fi
    if [ ! -d /scratch ]; then mkdir /scratch; fi

%appinstall doge
    apt-get -y install python-pip
    pip install doge

%appenv doge
    BEST_APP=doge
    export BEST_APP

%apphelp doge
    For more information visit https://github.com/thiderman/doge

%apprun doge
doge

Collection


View on Datalad

Metrics

key value
id /containers/icaoberg-singularity-doge-latest
collection name icaoberg/singularity-doge
branch master
tag latest
commit 59769c4a7013a5d9e17a258b151d75f6ad50bac6
version (container hash) 24b83f00aa75a1a98a9d52cb2477c589
build date 2019-09-11T19:20:23.936Z
size (MB) 395.0
size (bytes) 165859359
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.