Skip to content
Snippets Groups Projects
Commit c6f40202 authored by Fidel Alfaro Almagro's avatar Fidel Alfaro Almagro :speech_balloon:
Browse files

Updating the FSL version in the Dockerfile

parent 6d50a01e
No related branches found
No related tags found
No related merge requests found
Pipeline #23709 passed
......@@ -25,7 +25,7 @@ yum install -y \
# FSL
FSL_URL=https://fsl.fmrib.ox.ac.uk/fsldownloads/fslconda/releases/fslinstaller.py
wget ${WGET_OPTIONS} ${FSL_URL} -O fslinstaller.py
python fslinstaller.py -V 6.0.7.6 -d /usr/local/fsl
python fslinstaller.py -V 6.0.7.10 -d /usr/local/fsl
echo -e '\nexport FSLDIR=/usr/local/fsl/\n' >> ${SHELL_PROFILE}
echo -e '\nsource ${FSLDIR}/etc/fslconf/fsl.sh\n' >> ${SHELL_PROFILE}
rm fslinstaller.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment