File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -74,12 +74,6 @@ RUN mkdir -p /opt/afni-latest \
74
74
-name "3dAutomask" -or \
75
75
-name "3dvolreg" \) -delete
76
76
77
- # Convert3d 1.4.0
78
- FROM downloader as c3d
79
- RUN mkdir /opt/convert3d && \
80
- curl -fsSL --retry 5 https://sourceforge.net/projects/c3d/files/c3d/Experimental/c3d-1.4.0-Linux-gcc64.tar.gz/download \
81
- | tar -xz -C /opt/convert3d --strip-components 1
82
-
83
77
# Micromamba
84
78
FROM downloader as micromamba
85
79
WORKDIR /
@@ -155,7 +149,6 @@ RUN apt-get update -qq \
155
149
156
150
# Install files from stages
157
151
COPY --from=afni /opt/afni-latest /opt/afni-latest
158
- COPY --from=c3d /opt/convert3d/bin/c3d_affine_tool /usr/bin/c3d_affine_tool
159
152
160
153
# AFNI config
161
154
ENV PATH="/opt/afni-latest:$PATH" \
You can’t perform that action at this time.
0 commit comments