MPIB/singularity-fsl:5.0.11
$ singularity pull shub://MPIB/singularity-fsl:5.0.11
Singularity Recipe
Bootstrap: docker
From: debian:8
%labels
AUTHOR krause@mpib-berlin.mpg.de
%post
apt-get update
apt-get -y install wget python-minimal libgomp1 ca-certificates \
libglu1-mesa libgl1-mesa-glx libsm6 libice6 libxt6 \
libjpeg62-turbo libpng12-0 libxrender1 libxcursor1 \
libxinerama1 libfreetype6 libxft2 libxrandr2 libmng1 \
libgtk2.0-0 libpulse0 libasound2 libcaca0 bzip2
wget https://fsl.fmrib.ox.ac.uk/fsldownloads/fslinstaller.py
python2 fslinstaller.py -d /usr/local/fsl -V 5.0.11
echo '/usr/local/fsl/lib' > /etc/ld.so.conf.d/fsl.conf
ldconfig
%environment
FSLDIR=/usr/local/fsl
. ${FSLDIR}/etc/fslconf/fsl.sh
PATH=${FSLDIR}/bin:${PATH}
export FSLDIR PATH
Collection
- Name: MPIB/singularity-fsl
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/MPIB-singularity-fsl-5.0.11 |
collection name | MPIB/singularity-fsl |
branch | master |
tag | 5.0.11 |
commit | 7616243f0bcba0452e968235100b8e52bb37af7f |
version (container hash) | 37477f2d1c931119be85137b49691d16 |
build date | 2021-01-26T06:33:43.391Z |
size (MB) | 9045 |
size (bytes) | 4064059423 |
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.