jpetucci/octave_icsaci:def

$ singularity pull shub://jpetucci/octave_icsaci:def

Singularity Recipe

BootStrap: yum
OSVersion: 7
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/os/$basearch/
Include: yum
%setup

%files

%environment 

%runscript
exec /bin/octave "$@"

%post
    # commands to be executed inside container during bootstrap
    # add python and install some packages
    yum -y update
    yum -y groups install "Development Tools"
    yum -y groups install "GNOME Desktop"
    yum -y groups install "Base"
    yum -y groups install "X Window System" "Desktop" "Fonts"
    yum -y install qt
    yum -y install mesa-libGLU
    yum -y install SDL SDL-devel
    yum install -y epel-release
#    yum -y update
    yum -y install qtwebkit
    yum -y install qt5-qtbase-devel
    yum -y install octave
    mkdir -p /storage/home
    mkdir -p /storage/work
    mkdir -p /gpfs/scratch
    mkdir -p /gpfs/group
    mkdir -p /var/spool/torque
    mkdir -p /usr/bin/nvidia-smi

Collection


View on Datalad

Metrics

key value
id /containers/jpetucci-octave_icsaci-def
collection name jpetucci/octave_icsaci
branch master
tag def
commit 18251bd529fcb57226392adadaf77abe2d4fd153
version (container hash) adcbca0772157f3996251ed89ee1fa53
build date 2019-01-14T21:19:29.958Z
size (MB) 4530
size (bytes) 1715027999
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.