Skip to content

Commit d32be0b

Browse files
authored
fix: use new link with fsaverage files for mris_expand
1 parent 712bd45 commit d32be0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ WORKDIR /opt
4848
# 3. Install FreeSurfer v6.0 (minimized with reprozip):
4949
# https://github.com/freesurfer/freesurfer/issues/70
5050
#-----------------------------------------------------------------------------
51-
RUN curl -sSL https://dl.dropbox.com/s/y3hvbdgfu4pfad8/recon-all-freesurfer6-1.min.tgz?dl=0 | tar zx -C /opt
51+
RUN curl -sSL https://dl.dropbox.com/s/pbaisn6m5qpi9uu/recon-all-freesurfer6-2.min.tgz?dl=0 | tar zx -C /opt
5252
ENV FS_OVERRIDE=0 \
5353
OS=Linux \
5454
FSF_OUTPUT_FORMAT=nii.gz \

0 commit comments

Comments
 (0)