khanlab/bids-validator:latest
$ singularity pull shub://khanlab/bids-validator:latest
Singularity Recipe
Bootstrap: docker
From: ubuntu:trusty
%setup
mkdir -p $SINGULARITY_ROOTFS/src
cp -Rv . $SINGULARITY_ROOTFS/src
%post
## Install the validator
apt-get update && \
apt-get install -y curl && \
curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
apt-get remove -y curl && \
apt-get install -y nodejs && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
npm install -g /src
%runscript
exec /usr/bin/bids-validator $@
Collection
- Name: khanlab/bids-validator
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/khanlab-bids-validator-latest |
collection name | khanlab/bids-validator |
branch | master |
tag | latest |
commit | 44d3f1780d35492e9a378dd3001dfffa5119bbbf |
version (container hash) | 8ab66a12ee15ffc161bcd25a76002e69 |
build date | 2018-01-03T20:54:05.630Z |
size (MB) | 348 |
size (bytes) | 119361567 |
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.