@@ -77,15 +77,6 @@ RUN mkdir -p /opt/afni-latest \
77
77
-name "3dAutomask" -or \
78
78
-name "3dvolreg" \) -delete
79
79
80
- # Connectome Workbench 1.5.0
81
- FROM downloader AS workbench
82
- RUN mkdir /opt/workbench && \
83
- curl -sSLO https://www.humanconnectome.org/storage/app/media/workbench/workbench-linux64-v1.5.0.zip && \
84
- unzip workbench-linux64-v1.5.0.zip -d /opt && \
85
- rm workbench-linux64-v1.5.0.zip && \
86
- rm -rf /opt/workbench/libs_linux64_software_opengl /opt/workbench/plugins_linux64 && \
87
- strip --remove-section=.note.ABI-tag /opt/workbench/libs_linux64/libQt5Core.so.5
88
-
89
80
# Micromamba
90
81
FROM downloader AS micromamba
91
82
@@ -174,7 +165,6 @@ RUN apt-get update -qq \
174
165
# Install files from stages
175
166
COPY --from=freesurfer /opt/freesurfer /opt/freesurfer
176
167
COPY --from=afni /opt/afni-latest /opt/afni-latest
177
- COPY --from=workbench /opt/workbench /opt/workbench
178
168
179
169
# Simulate SetUpFreeSurfer.sh
180
170
ENV OS="Linux" \
@@ -198,10 +188,6 @@ ENV PATH="/opt/afni-latest:$PATH" \
198
188
AFNI_IMSAVE_WARNINGS="NO" \
199
189
AFNI_PLUGINPATH="/opt/afni-latest"
200
190
201
- # Workbench config
202
- ENV PATH="/opt/workbench/bin_linux64:$PATH" \
203
- LD_LIBRARY_PATH="/opt/workbench/lib_linux64:$LD_LIBRARY_PATH"
204
-
205
191
# Create a shared $HOME directory
206
192
RUN useradd -m -s /bin/bash -G users fmriprep
207
193
WORKDIR /home/fmriprep
0 commit comments