Skip to content

Commit

Permalink
Try fixing the FreeSurfer link.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Apr 8, 2024
1 parent a3522ff commit 422022e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ ENV PATH="/usr/lib/afni/bin:$PATH"

# Install FreeSurfer
# Only grab elements we need for ASLPrep
RUN curl -sSL https://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer/7.3.2/freesurfer-Linux-centos6_x86_64-stable-pub-v7.3.2.tar.gz | tar zxv --no-same-owner -C /opt \
RUN curl -sSL https://surfer.nmr.mgh.harvard.edu/pub/dist/freesurfer/7.3.2/freesurfer-linux-ubuntu22_amd64-7.3.2.tar.gz | tar zxv --no-same-owner -C /opt \
--exclude="freesurfer/diffusion" \
--exclude="freesurfer/docs" \
--exclude="freesurfer/fsfast" \
Expand Down

0 comments on commit 422022e

Please sign in to comment.