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 8ce3911 commit a804f25Copy full SHA for a804f25
recipes/fsl/build.sh
@@ -2,7 +2,7 @@
2
set -e
3
4
export toolName='fsl'
5
-export toolVersion='6.0.7.8'
+export toolVersion='6.0.7.14'
6
# check for latest version: http://fsl.fmrib.ox.ac.uk/fsldownloads
7
# check if latest version is in neurodocker https://github.com/ReproNim/neurodocker/blob/master/neurodocker/templates/fsl.yaml
8
@@ -37,6 +37,7 @@ yes | neurodocker generate ${neurodocker_buildMode} \
37
--run="cp /opt/fsl-${toolVersion}/bin/eddy_cuda10.2 /opt/fsl-${toolVersion}/bin/eddy_cuda" \
38
--copy eddy /opt/fsl-${toolVersion}/bin/eddy \
39
--run="chmod +x /opt/fsl-${toolVersion}/bin/eddy" \
40
+ --env USER=jovyan \
41
--copy README.md /README.md \
42
> ${imageName}.${neurodocker_buildExt}
43
0 commit comments