Skip to content

Commit ed7c0d0

Browse files
committed
Adding recipe&image for bids-fmriprep--25.1.1
1 parent 40a9bac commit ed7c0d0

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#
2+
# Automagically prepared for ReproNim/containers distribution.
3+
# See http://github.com/ReproNim/containers for more info
4+
#
5+
Bootstrap: docker
6+
From: nipreps/fmriprep:25.1.1
7+
8+
%post
9+
10+
# Create commonly present root directories to avoid need in overlays not supported
11+
# on older systems
12+
mkdir -p /ihome /data /data2 /zfs /isi /dartfs /dartfs-hpc
13+
14+
%environment
15+
export LANG="C.UTF-8"
16+
export LC_ALL="C.UTF-8"
17+
18+
# TODO: Take advantage of the fact that it is a bids-app somehow?
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../.git/annex/objects/Vf/7q/MD5E-s2418016287--143cabfae9039c58aaa9d43303f05ad2.1.sing/MD5E-s2418016287--143cabfae9039c58aaa9d43303f05ad2.1.sing

0 commit comments

Comments
 (0)