powerPlant/pcl-srf:1.8.1
$ singularity pull shub://powerPlant/pcl-srf:1.8.1
Singularity Recipe
Bootstrap: docker
From: ubuntu:bionic
%labels
Maintainer eric.burgueno@plantandfood.co.nz
Version 1.8.1
%post
apt-get update
apt-get -y install pcl-tools
## Cleanup
apt-get -y clean all
%runscript
if [ $# -eq 0 ]; then
/bin/echo -e "This Singularity image cannot provide a single entrypoint. Please use \"$SINGULARITY_NAME <cmd>\" or \"singularity exec $SINGULARITY_NAME <cmd>\", where <cmd> is one of the following:\n"
cd /usr/bin
exec ls pcl_*
else
exec "$@"
fi
Collection
- Name: powerPlant/pcl-srf
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/powerPlant-pcl-srf-1.8.1 |
collection name | powerPlant/pcl-srf |
branch | master |
tag | 1.8.1 |
commit | 4fb5a5464874f126de7d76557046ec07cee7a6ec |
version (container hash) | 80fed0a1a83ac31a9af2999185250d24 |
build date | 2019-02-14T08:45:04.962Z |
size (MB) | 1027 |
size (bytes) | 342343711 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.