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 ed75ea0 commit de30e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ RUN mkdir /opt/mcr /opt/mcr_download && cd /opt/mcr_download && \
# install fsl
FROM base as fsl
RUN echo "Downloading FSL ..." && \
curl -O https://fsl.fmrib.ox.ac.uk/fsldownloads/fslinstaller.py && \
python2 fslinstaller.py -d /opt/fsl && rm fslinstaller.py -V 6.0.7.9 --throttle_downloads
curl -O https://fsl.fmrib.ox.ac.uk/fsldownloads/fslinstaller.py -V 6.0.7.9 --throttle_downloads && \
python2 fslinstaller.py -d /opt/fsl && rm fslinstaller.py

# install ants
FROM base as ants
Expand Down

0 comments on commit de30e93

Please sign in to comment.