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 \
7474 -name "3dAutomask" -or \
7575 -name "3dvolreg" \) -delete
7676
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-
8377# Micromamba
8478FROM downloader as micromamba
8579WORKDIR /
@@ -155,7 +149,6 @@ RUN apt-get update -qq \
155149
156150# Install files from stages
157151COPY --from=afni /opt/afni-latest /opt/afni-latest
158- COPY --from=c3d /opt/convert3d/bin/c3d_affine_tool /usr/bin/c3d_affine_tool
159152
160153# AFNI config
161154ENV PATH="/opt/afni-latest:$PATH" \
You can’t perform that action at this time.
0 commit comments