Skip to content

Commit a804f25

Browse files
committed
update fsl version
1 parent 8ce3911 commit a804f25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipes/fsl/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

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

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

0 commit comments

Comments
 (0)