File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
7676FROM downloader as ants
7777RUN 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
8383FROM downloader as workbench
@@ -180,7 +180,7 @@ RUN apt-get update -qq \
180180 && ldconfig
181181
182182COPY --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
184184COPY --from=workbench /opt/workbench /opt/workbench
185185
186186# AFNI config
You can’t perform that action at this time.
0 commit comments