Skip to content

Commit a2cd0de

Browse files
authored
fix(dep): update ANTs to 2.3.3 so that some flags are available
Fixes problems stemming from nipy/nipype#3256 and breaking CircleCI builds as of niworkflows 1.3.1
1 parent 6b95611 commit a2cd0de

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,11 @@ ENV PATH="/usr/lib/fsl/5.0:/usr/lib/afni/bin:$PATH"
9595
COPY .docker/fsl-6.0/bin/topup /usr/share/fsl/5.0/bin/topup
9696
COPY .docker/fsl-6.0/lib/* /usr/lib/fsl/5.0/
9797

98-
# Installing ANTs 2.2.0 (NeuroDocker build)
98+
# Installing ANTs 2.3.3 (NeuroDocker build)
99+
# Note: the URL says 2.3.4 but it is actually 2.3.3
99100
ENV ANTSPATH=/usr/lib/ants
100101
RUN mkdir -p $ANTSPATH && \
101-
curl -sSL "https://dl.dropbox.com/s/2f4sui1z6lcgyek/ANTs-Linux-centos5_x86_64-v2.2.0-0740f91.tar.gz" \
102+
curl -sSL "https://dl.dropbox.com/s/gwf51ykkk5bifyj/ants-Linux-centos6_x86_64-v2.3.4.tar.gz" \
102103
| tar -xzC $ANTSPATH --strip-components 1
103104
ENV PATH=$ANTSPATH:$PATH
104105

0 commit comments

Comments
 (0)