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 @@ -86,12 +86,6 @@ RUN mkdir /opt/workbench && \
86
86
rm -rf /opt/workbench/libs_linux64_software_opengl /opt/workbench/plugins_linux64 && \
87
87
strip --remove-section=.note.ABI-tag /opt/workbench/libs_linux64/libQt5Core.so.5
88
88
89
- # Convert3d 1.4.0
90
- FROM downloader AS c3d
91
- RUN mkdir /opt/convert3d && \
92
- curl -fsSL --retry 5 https://sourceforge.net/projects/c3d/files/c3d/Experimental/c3d-1.4.0-Linux-gcc64.tar.gz/download \
93
- | tar -xz -C /opt/convert3d --strip-components 1
94
-
95
89
# Micromamba
96
90
FROM downloader AS micromamba
97
91
@@ -181,7 +175,6 @@ RUN apt-get update -qq \
181
175
COPY --from=freesurfer /opt/freesurfer /opt/freesurfer
182
176
COPY --from=afni /opt/afni-latest /opt/afni-latest
183
177
COPY --from=workbench /opt/workbench /opt/workbench
184
- COPY --from=c3d /opt/convert3d/bin/c3d_affine_tool /usr/bin/c3d_affine_tool
185
178
186
179
# Simulate SetUpFreeSurfer.sh
187
180
ENV OS="Linux" \
You can’t perform that action at this time.
0 commit comments