yinglilu/dicom2tar:latest
$ singularity pull shub://yinglilu/dicom2tar:latest
Singularity Recipe
Bootstrap: docker
From: ubuntu:xenial
#ver:0.1.1
#------------------------------------
%setup
#------------------------------------
#------------------------------------
%post
#------------------------------------
export DEBIAN_FRONTEND=noninteractive
apt-get update && apt-get install -y --no-install-recommends apt-utils \
sudo \
git \
wget \
curl \
zip \
unzip \
python2.7 \
python-pip
sudo pip install --upgrade pip setuptools
sudo pip install dicom2tar
%runscript
exec dicom2tar "$@"
Collection
- Name: yinglilu/dicom2tar
- License: GNU General Public License v3.0
View on Datalad
Metrics
key | value |
---|---|
id | /containers/yinglilu-dicom2tar-latest |
collection name | yinglilu/dicom2tar |
branch | master |
tag | latest |
commit | 8f2bd1f4b2e405b5f251d208f69178edbdf1bf8b |
version (container hash) | 957b6e4a61bbf1a882139a934839d65b |
build date | 2018-07-27T19:35:01.357Z |
size (MB) | 280 |
size (bytes) | 121663519 |
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.