File tree 1 file changed +5
-5
lines changed
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 \
72
72
-name "3dAutomask" -or \
73
73
-name "3dvolreg" \) -delete
74
74
75
- # ANTs 2.4 .4
75
+ # ANTs 2.5 .4
76
76
FROM downloader as ants
77
77
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
81
81
82
82
# Connectome Workbench 1.5.0
83
83
FROM downloader as workbench
@@ -180,7 +180,7 @@ RUN apt-get update -qq \
180
180
&& ldconfig
181
181
182
182
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
184
184
COPY --from=workbench /opt/workbench /opt/workbench
185
185
186
186
# AFNI config
You can’t perform that action at this time.
0 commit comments