Skip to content

Commit 50fa235

Browse files
committed
[Docker] Install minimized version of FS6
- Replaces the full installation of FS by a minimized version by @satra - Depends on #2022
1 parent 92d8875 commit 50fa235

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
@@ -44,7 +44,7 @@ RUN apt-get update && \
4444

4545
WORKDIR /opt
4646
# Installing freesurfer -- do it first so that it is cached early
47-
RUN curl -sSL https://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer/6.0.0/freesurfer-Linux-centos6_x86_64-stable-pub-v6.0.0.tar.gz | tar zxv -C /opt \
47+
RUN curl -sSL https://www.dropbox.com/s/0ldeovrmh26vabq/recon-all-freesurfer6.min.tgz?dl=0 | tar zxv -C /opt \
4848
--exclude='freesurfer/trctrain' \
4949
--exclude='freesurfer/subjects/fsaverage_sym' \
5050
--exclude='freesurfer/subjects/fsaverage3' \

0 commit comments

Comments
 (0)