inguar/secret-sauce:latest

$ singularity pull shub://inguar/secret-sauce:latest

Singularity Recipe

Bootstrap: docker
From: 525253251/micro

%post
    echo "building things from inside Singularity is tricky..."
    
    # add mount point for Quest's "/projects"
    mkdir /run/user
    mkdir /projects
    chmod g-w,o-w /usr/local/share/zsh/site-functions
    
%environment
    export SHELL=/bin/zsh
    export HOME=`ls -d /home/* | head -n 1`
    export JULIA_PKGDIR=~/.julia

%runscript
    #zsh -c 
    $*

%labels
    Author "Igor Zakhlebin <zahl.igor@gmail.com>"

Collection


View on Datalad

Metrics

key value
id /containers/inguar-secret-sauce-latest
collection name inguar/secret-sauce
branch master
tag latest
commit a672c8f2c5491c4d5c06b1bcb55fa0ebd3a612e8
version (container hash) a16491ec43a9593b4852dcb4ebe1f89e
build date 2019-06-12T15:53:26.039Z
size (MB) 869
size (bytes) 305500191
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.