File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ ENV FSLDIR="/opt/fsl" \
207
207
LD_LIBRARY_PATH="/opt/fsl/lib:$LD_LIBRARY_PATH"
208
208
209
209
# Install FreeSurfer
210
- COPY --from=nipreps/freesurfer@sha256:119e654941a405776ac1e061cfd94d5f5710525640bc6ea76fb915d35e4b3909 /opt/freesurfer /opt/freesurfer
210
+ COPY --from=nipreps/freesurfer@sha256:3b895fc732a7080374a15c4f976510f39c0c48dc76c030ab27316febd5e419ee /opt/freesurfer /opt/freesurfer
211
211
ENV FREESURFER_HOME="/opt/freesurfer"
212
212
ENV SUBJECTS_DIR="$FREESURFER_HOME/subjects" \
213
213
FUNCTIONALS_DIR="$FREESURFER_HOME/sessions" \
@@ -220,7 +220,6 @@ ENV SUBJECTS_DIR="$FREESURFER_HOME/subjects" \
220
220
ENV PERL5LIB="$MINC_LIB_DIR/perl5/5.8.5" \
221
221
MNI_PERL5LIB="$MINC_LIB_DIR/perl5/5.8.5" \
222
222
PATH="$FREESURFER_HOME/bin:$FREESURFER_HOME/tktools:$MINC_BIN_DIR:$PATH"
223
- # remove build-stamp to play nice with nipype
224
223
225
224
# Installing SVGO and bids-validator
226
225
RUN npm install -g svgo@^2.3
[email protected] \
You can’t perform that action at this time.
0 commit comments