Skip to content

Commit fb08aeb

Browse files
effigiesoesteban
authored andcommitted
MAINT: Disable merging annex branches at run time
1 parent 1b05730 commit fb08aeb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ RUN datalad get $TEMPLATEFLOW_HOME/tpl-MNI152NLin2009cAsym/* \
166166
$TEMPLATEFLOW_HOME/tpl-MNI152Lin/* \
167167
$TEMPLATEFLOW_HOME/tpl-OASIS30ANTs/* \
168168
$TEMPLATEFLOW_HOME/tpl-NKI/*
169+
RUN git -C $TEMPLATEFLOW_HOME config annex.merge-annex-branches false && \
170+
git -C $TEMPLATEFLOW_HOME/tpl-MNI152NLin2009cAsym config annex.merge-annex-branches false && \
171+
git -C $TEMPLATEFLOW_HOME/tpl-MNI152Lin config annex.merge-annex-branches false && \
172+
git -C $TEMPLATEFLOW_HOME/tpl-OASIS30ANTs config annex.merge-annex-branches false && \
173+
git -C $TEMPLATEFLOW_HOME/tpl-NKI config annex.merge-annex-branches false
169174

170175
# Installing dev requirements (packages that are not in pypi)
171176
WORKDIR /src/

0 commit comments

Comments
 (0)