powerPlant/pcl-srf:latest
$ singularity pull shub://powerPlant/pcl-srf:latest
Singularity Recipe
Bootstrap: docker
From: ubuntu:disco
%labels
Maintainer eric.burgueno@plantandfood.co.nz
Version 1.9.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-latest |
collection name | powerPlant/pcl-srf |
branch | master |
tag | latest |
commit | c6e8c235f4943fe212ce3c8ce4968ae5b298dd86 |
version (container hash) | 1deaff10a91effb9a89321316e22b47e |
build date | 2019-10-02T11:32:23.855Z |
size (MB) | 1187 |
size (bytes) | 386277407 |
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.