# # Automagically prepared for ReproNim/containers distribution. # See http://github.com/ReproNim/containers for more info # Bootstrap: docker From: nipreps/mriqc:24.0.0 %post # Bugfix # https://github.com/nipreps/mriqc/issues/1304 chmod a+rX -R /opt # Create commonly present root directories to avoid need in overlays not supported # on older systems mkdir -p /ihome /data /data2 /zfs /isi /dartfs /dartfs-hpc %environment export LANG="C.UTF-8" export LC_ALL="C.UTF-8" # TODO: Take advantage of the fact that it is a bids-app somehow?