Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
madisoth authored Jan 27, 2025
1 parent 168cc76 commit 28778e9
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 @@ -32,7 +32,7 @@ RUN mkdir /opt/mcr /opt/mcr_download && cd /opt/mcr_download && \
FROM base as fsl
RUN echo "Downloading FSL ..." && \
curl -O https://fsl.fmrib.ox.ac.uk/fsldownloads/fslinstaller.py && \
python fslinstaller.py -V 6.0.7.9 -d /opt/fsl && rm fslinstaller.py
python fslinstaller.py -d /opt/fsl && cat /tmp/fslinstaller*.log && rm fslinstaller.py

# install ants
FROM base as ants
Expand Down

0 comments on commit 28778e9

Please sign in to comment.