icaoberg/singularity-octave:latest

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

Singularity Recipe

Bootstrap: docker
From: debian:latest

IncludeCmd: yes

%labels
    MAINTAINER icaoberg@alumni.cmu.edu
    WEBSITE http://linus.cbd.cs.cmu.edu
    VERSION 1.0

%runscript
    exec /bin/bash "$@"

%post
    echo "Update and upgrade"
    /usr/bin/apt-get update && apt-get install -y --no-install-recommends apt-utils
    /usr/bin/apt-get install -y octave

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

%apphelp octave
    For more information about goto visit http://www.octave.info

%apprun octave
    octave "$@"

Collection


View on Datalad

Metrics

key value
id /containers/icaoberg-singularity-octave-latest
collection name icaoberg/singularity-octave
branch master
tag latest
commit 058afc47438cf488869fcfc9d213d88b0d2a6eb5
version (container hash) f82434384e24b1001eebbdf81b5bd7e2
build date 2021-03-16T15:15:19.404Z
size (MB) 1054.0
size (bytes) 373964831
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.