sci-f/container.scif:latest

$ singularity pull shub://sci-f/container.scif:latest

Singularity Recipe

BootStrap: docker
From: continuumio/miniconda3

%help
This container will say hello-world (in dinosaur)!

Examples:

     # See all installed languages
     ./<container> apps

     # See help for a specific language
     ./<container> help <language> Or

     # Run a specific languages
     ./<container> run <language>

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

%post
    apt-get update && apt-get install -y wget vim curl unzip git build-essential
    apt-get install -y cpp gcc g++

    /opt/conda/bin/pip install scif
    /opt/conda/bin/scif install /hello-world.scif

%files
    hello-world.scif
    helpers /opt
    data

%environment
    # Here I have global variables for each app section to access
    DEBIAN_FRONTEND=noninteractive
    export DEBIAN_FRONTEND

Collection


View on Datalad

Metrics

key value
id /containers/sci-f-container.scif-latest
collection name sci-f/container.scif
branch master
tag latest
commit 98502a9f75ff3f919b58d5326721045dcb485bf4
version (container hash) d89149dfc5fc33c46ee82212e8962b27
build date 2021-04-14T04:00:51.915Z
size (MB) 2486
size (bytes) 917303327
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.