IvayloStoimenov/Singa:hh

$ singularity pull shub://IvayloStoimenov/Singa:hh

Singularity Recipe

Bootstrap:docker
From:ubuntu:16.04

%help
This is the place for basic help.

%labels
MAINTAINER Ivast

%runscript
echo "This gets run when you run the image!" 
cd /Singa
ls -l
./Singa "$@"

%post  
echo "This section happens once after bootstrap to build the image."  
apt-get update && apt-get install -y git
git clone https://github.com/IvayloStoimenov/Singa.git
chmod +x ./Singa/Singa

Collection


View on Datalad

Metrics

key value
id /containers/IvayloStoimenov-Singa-hh
collection name IvayloStoimenov/Singa
branch master
tag hh
commit e5ad8841def323c3d2a22ae877ba496b9e0f4bca
version (container hash) 45d9118fe8b7aaff676d651e9790a73d
build date 2019-01-26T22:48:03.042Z
size (MB) 236
size (bytes) 107687967
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.