powerPlant/pcl-srf:1.9.1

$ singularity pull shub://powerPlant/pcl-srf:1.9.1

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


View on Datalad

Metrics

key value
id /containers/powerPlant-pcl-srf-1.9.1
collection name powerPlant/pcl-srf
branch master
tag 1.9.1
commit c6e8c235f4943fe212ce3c8ce4968ae5b298dd86
version (container hash) 0405e4c178980afbd2892018d92a9b12
build date 2019-02-14T08:45:04.955Z
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
We cannot guarantee that all containers will still exist on GitHub.