Skip to content

Commit f87b509

Browse files
committed
DOCKER: Bump ANTs to avoid CompositeTransformUtil bug
1 parent f95e40b commit f87b509

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ RUN mkdir -p /opt/afni-latest \
7272
-name "3dAutomask" -or \
7373
-name "3dvolreg" \) -delete
7474

75-
# ANTs 2.4.4
75+
# ANTs 2.5.4
7676
FROM downloader as ants
7777
RUN mkdir -p /opt && \
78-
curl -sSLO "https://github.com/ANTsX/ANTs/releases/download/v2.4.4/ants-2.4.4-ubuntu-22.04-X64-gcc.zip" && \
79-
unzip ants-2.4.4-ubuntu-22.04-X64-gcc.zip -d /opt && \
80-
rm ants-2.4.4-ubuntu-22.04-X64-gcc.zip
78+
curl -sSLO "https://github.com/ANTsX/ANTs/releases/download/v2.5.4/ants-2.5.4-ubuntu-22.04-X64-gcc.zip" && \
79+
unzip ants-2.5.4-ubuntu-22.04-X64-gcc.zip -d /opt && \
80+
rm ants-2.5.4-ubuntu-22.04-X64-gcc.zip
8181

8282
# Connectome Workbench 1.5.0
8383
FROM downloader as workbench
@@ -180,7 +180,7 @@ RUN apt-get update -qq \
180180
&& ldconfig
181181

182182
COPY --from=afni /opt/afni-latest /opt/afni-latest
183-
COPY --from=ants /opt/ants-2.4.4 /opt/ants
183+
COPY --from=ants /opt/ants-2.5.4 /opt/ants
184184
COPY --from=workbench /opt/workbench /opt/workbench
185185

186186
# AFNI config

0 commit comments

Comments
 (0)