BlaseL/PoissonRecon-Singularity:latest
$ singularity pull shub://BlaseL/PoissonRecon-Singularity:latest
Singularity Recipe
BootStrap: debootstrap
OSVersion: xenial
MirrorURL: http://us.archive.ubuntu.com/ubuntu/
%runscript
echo "This container is for Poisson Reconstruction"
echo "See https://github.com/BlaseL/PoissonRecon for further detail"
echo "Type: $ PoissonRecon --help for usage instructions"
/bin/bash
%environment
PATH=/PoissonRecon/Bin/Linux:$PATH
export PATH
%post
echo "Let\'s do some Poisson Reconstruction!"
apt-get -y update && apt-get -y upgrade
touch /`date -u -Iseconds`
apt-get install -y git gcc g++ make bash-completion libpng-dev libjpeg-dev
git clone https://github.com/BlaseL/PoissonRecon
cd PoissonRecon
make poissonrecon
make chunkply
export PATH=/PoissonRecon/Bin/Linux/:$PATH
# in-container bind points for UA HPC shared filesystem
mkdir -p /extra /xdisk /uaopt /cm /rsgrps
%labels
MAINTAINER Blase LaSala blasel@email.arizona.edu
DATE 2019-1-19
VERSION 0.2
Collection
- Name: BlaseL/PoissonRecon-Singularity
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/BlaseL-PoissonRecon-Singularity-latest |
collection name | BlaseL/PoissonRecon-Singularity |
branch | master |
tag | latest |
commit | 71c48f6c53000f6dcdd21a07ee8493cd293c8acc |
version (container hash) | ab4dc87eff18f05563c34d3c256fe09f |
build date | 2019-04-09T21:41:40.417Z |
size (MB) | 649 |
size (bytes) | 252018719 |
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.