vsoch/scif:latest

$ singularity pull shub://vsoch/scif:latest

Singularity Recipe

Bootstrap: docker
From: continuumio/miniconda3

# sudo singularity build scif.simg Singularity

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

%labels
    MAINTAINER vsochat@stanford.edu

%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 .

Collection


View on Datalad

Metrics

key value
id /containers/vsoch-scif-latest
collection name vsoch/scif
branch master
tag latest
commit 7784f0db925e4656fde83da29c8660195c84594f
version (container hash) c02b6bf17d5602717a4e5e7b6c3e42b7
build date 2020-06-19T16:16:26.171Z
size (MB) 758
size (bytes) 325922847
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.