rkalyanapurdue/geoedf-cont:latest

$ singularity pull shub://rkalyanapurdue/geoedf-cont:latest

Singularity Recipe

BootStrap: docker
From: ubuntu:18.04

%post
    apt-get update
    apt-get -y install python3 curl wget
    mkdir /app
    mkdir /data
    mv /tmp/*.py /app
    chmod +x /app/*.py

%environment
    export PATH=/app:$PATH

%files
    ./tools/run_connector.py /tmp
    ./tools/run_processor.py /tmp

%runscript
    exec "$@"

%labels
    Author Rajesh Kalyanam

Collection


View on Datalad

Metrics

key value
id /containers/rkalyanapurdue-geoedf-cont-latest
collection name rkalyanapurdue/geoedf-cont
branch master
tag latest
commit 6d135fdf19d5e9be5766edbcdced2e14a081a602
version (container hash) 65a87667c23aedeba1473df5246bbc43
build date 2019-08-20T20:19:37.343Z
size (MB) 141.0
size (bytes) 60264479
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.