icaoberg/singularity-gimp:latest

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

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04

IncludeCmd: yes

%labels
    MAINTAINER icaoberg@cmu.edu
    WEBSITE http://www.cbd.cmu.edu/icaoberg
    VERSION 1.0

%runscript
    exec /bin/bash "$@"

%post
    apt-get update
    echo "Install Gimp"
    apt-get install -y gimp

    if [ ! -d /images ]; then mkdir /images; fi
    if [ ! -d /projects ]; then mkdir /projects; fi
    if [ ! -d /containers ]; then mkdir /containers; fi
    if [ ! -d /share ]; then mkdir /share; fi
    if [ ! -d /scratch ]; then mkdir /scratch; fi

####################################################################################
%appenv gimp
    APP=/usr/bin/gimp
    export APP

%apphelp gimp
    For more information about goto visit https://www.gimp.org/

%apprun gimp
    gimp "$@"

Collection


View on Datalad

Metrics

key value
id /containers/icaoberg-singularity-gimp-latest
collection name icaoberg/singularity-gimp
branch master
tag latest
commit 425907b89d449f8f2be4997b81f3c8e8cba21885
version (container hash) e087e93567e9ea9faa2567e528ac0b0a
build date 2019-10-08T15:04:58.709Z
size (MB) 376.0
size (bytes) 144687135
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.