recap/udt-singularity:latest
$ singularity pull shub://recap/udt-singularity:latest
Singularity Recipe
BootStrap: docker
From: ubuntu:16.04
%label
Author R.S.Cushing@uva.nl
Version v0.0.1
%setup
# commands to be executed on host outside container during bootstrap
%test
# commands to be executed within container at close of bootstrap process
%environment
LD_LIBRARY_PATH=/udt-git/udt4/src:$LD_LIBRARY_PATH
PATH=/udt-git/udt4/app:$PATH
%runscript
# commands to be executed when the container runs
echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH"
echo "PATH: $PATH"
echo "Arguments received: $*"
exec "$@"
%post
# commands to be executed inside container during bootstrap
apt-get update && apt-get install -y \
build-essential \
cmake \
git
git clone https://git.code.sf.net/p/udt/git udt-git
cd udt-git/udt4
make arch=AMD64
Collection
- Name: recap/udt-singularity
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/recap-udt-singularity-latest |
collection name | recap/udt-singularity |
branch | master |
tag | latest |
commit | b93f3373f908d17a4f28cdf0fc8d2c28835eff5f |
version (container hash) | 943c7d3a499dfaa58b102e13dd5ea245 |
build date | 2020-01-13T13:21:31.958Z |
size (MB) | 418 |
size (bytes) | 162246687 |
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.