Skip to content

Commit

Permalink
update fsl version
Browse files Browse the repository at this point in the history
  • Loading branch information
vnm-neurodesk committed Oct 18, 2024
1 parent 8ce3911 commit a804f25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/fsl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

export toolName='fsl'
export toolVersion='6.0.7.8'
export toolVersion='6.0.7.14'
# check for latest version: http://fsl.fmrib.ox.ac.uk/fsldownloads
# check if latest version is in neurodocker https://github.com/ReproNim/neurodocker/blob/master/neurodocker/templates/fsl.yaml

Expand Down Expand Up @@ -37,6 +37,7 @@ yes | neurodocker generate ${neurodocker_buildMode} \
--run="cp /opt/fsl-${toolVersion}/bin/eddy_cuda10.2 /opt/fsl-${toolVersion}/bin/eddy_cuda" \
--copy eddy /opt/fsl-${toolVersion}/bin/eddy \
--run="chmod +x /opt/fsl-${toolVersion}/bin/eddy" \
--env USER=jovyan \
--copy README.md /README.md \
> ${imageName}.${neurodocker_buildExt}

Expand Down

0 comments on commit a804f25

Please sign in to comment.