vsoch/hello-world.scif:latest

$ singularity pull shub://vsoch/hello-world.scif:latest

Singularity Recipe

Bootstrap: docker
From: continuumio/miniconda3

# sudo singularity build hello-world Singularity

%runscript
    exec /opt/conda/bin/scif "$@"

%labels
    MAINTAINER vsochat@stanford.edu

%files
    hello-world.scif

%post
    apt-get update && apt-get install -y git build-essential
    /opt/conda/bin/pip install dateutils

    # Install SCIF
    cd /opt && git clone https://www.github.com/vsoch/scif.git
    cd scif
    /opt/conda/bin/pip install setuptools
    /opt/conda/bin/pip install -e .
    /opt/conda/bin/scif install /hello-world.scif

Collection


View on Datalad

Metrics

key value
id /containers/vsoch-hello-world.scif-latest
collection name vsoch/hello-world.scif
branch master
tag latest
commit 2a95715448d11e6790dc5974cdb86e18b4a0308d
version (container hash) 3bb6590d303dc084c5fea487b56c6b2a
build date 2021-02-25T02:25:05.685Z
size (MB) 759
size (bytes) 326381599
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.