Skip to content

Commit be1dfcb

Browse files
committed
FIX: Upgrade FS build to include build-stamp
1 parent 6ab8e58 commit be1dfcb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ ENV FSLDIR="/opt/fsl" \
207207
LD_LIBRARY_PATH="/opt/fsl/lib:$LD_LIBRARY_PATH"
208208

209209
# Install FreeSurfer
210-
COPY --from=nipreps/freesurfer@sha256:119e654941a405776ac1e061cfd94d5f5710525640bc6ea76fb915d35e4b3909 /opt/freesurfer /opt/freesurfer
210+
COPY --from=nipreps/freesurfer@sha256:3b895fc732a7080374a15c4f976510f39c0c48dc76c030ab27316febd5e419ee /opt/freesurfer /opt/freesurfer
211211
ENV FREESURFER_HOME="/opt/freesurfer"
212212
ENV SUBJECTS_DIR="$FREESURFER_HOME/subjects" \
213213
FUNCTIONALS_DIR="$FREESURFER_HOME/sessions" \
@@ -220,7 +220,6 @@ ENV SUBJECTS_DIR="$FREESURFER_HOME/subjects" \
220220
ENV PERL5LIB="$MINC_LIB_DIR/perl5/5.8.5" \
221221
MNI_PERL5LIB="$MINC_LIB_DIR/perl5/5.8.5" \
222222
PATH="$FREESURFER_HOME/bin:$FREESURFER_HOME/tktools:$MINC_BIN_DIR:$PATH"
223-
# remove build-stamp to play nice with nipype
224223

225224
# Installing SVGO and bids-validator
226225
RUN npm install -g svgo@^2.3 [email protected] \

0 commit comments

Comments
 (0)