File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,11 @@ RUN datalad get $TEMPLATEFLOW_HOME/tpl-MNI152NLin2009cAsym/* \
166
166
$TEMPLATEFLOW_HOME/tpl-MNI152Lin/* \
167
167
$TEMPLATEFLOW_HOME/tpl-OASIS30ANTs/* \
168
168
$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
169
174
170
175
# Installing dev requirements (packages that are not in pypi)
171
176
WORKDIR /src/
You can’t perform that action at this time.
0 commit comments