oliviermattelaer/singularity-recipe:python

$ singularity pull shub://oliviermattelaer/singularity-recipe:python

Singularity Recipe

BootStrap: debootstrap
OSVersion: stable
MirrorURL: http://ftp.us.debian.org/debian/

%runscript
    python /usr/local/bin/helloworld.py $@


%post
    echo "Hello from inside the container"
    apt-get update
    apt-get -y install  python
    #	        apt-get clean

%files
   helloworld.py /usr/local/bin

%labels
   author Olivier Mattelaer

%environment
    export PATH=$PATH:/usr/games
    export LC_ALL=C

Collection


View on Datalad

Metrics

key value
id /containers/oliviermattelaer-singularity-recipe-python
collection name oliviermattelaer/singularity-recipe
branch master
tag python
commit a9c6e9777ede248f6447ec8e3f3ecc2dd6316f7e
version (container hash) 7ad0f058563d39cd90d7981d6883f26f
build date 2018-10-30T15:18:48.355Z
size (MB) 292
size (bytes) 125767711
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.