We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712bd45 commit d32be0bCopy full SHA for d32be0b
docker/base.Dockerfile
@@ -48,7 +48,7 @@ WORKDIR /opt
48
# 3. Install FreeSurfer v6.0 (minimized with reprozip):
49
# https://github.com/freesurfer/freesurfer/issues/70
50
#-----------------------------------------------------------------------------
51
-RUN curl -sSL https://dl.dropbox.com/s/y3hvbdgfu4pfad8/recon-all-freesurfer6-1.min.tgz?dl=0 | tar zx -C /opt
+RUN curl -sSL https://dl.dropbox.com/s/pbaisn6m5qpi9uu/recon-all-freesurfer6-2.min.tgz?dl=0 | tar zx -C /opt
52
ENV FS_OVERRIDE=0 \
53
OS=Linux \
54
FSF_OUTPUT_FORMAT=nii.gz \
0 commit comments