scrim-network/container-dev:latest

$ singularity pull shub://scrim-network/container-dev:latest

Singularity Recipe

Bootstrap: shub
From: singularityhub/ubuntu

%runscript
    exec echo "The runscript is the containers default runtime command!"

%environment
    VARIABLE=MEATBALLVALUE
    export VARIABLE

%labels
   AUTHOR vsochat@stanford.edu

%post
    apt-get update && apt-get -y install python3 git wget
    mkdir /data
    echo "The post section is where you can install, and configure your container."

Collection


View on Datalad

Metrics

key value
id /containers/scrim-network-container-dev-latest
collection name scrim-network/container-dev
branch master
tag latest
commit e29cdb5f54be50e90814a357d5c6ca036e0c060e
version (container hash) bc8eb652975fdf31b13878c669faab74
build date 2019-03-13T03:34:53.267Z
size (MB) 418
size (bytes) 172736543
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.