Skip to content

Commit

Permalink
fix path for ants-minify
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf authored Dec 30, 2024
1 parent 34f55f0 commit 7ad47d8
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 @@ -20,7 +20,7 @@ cmake /opt/niftyreg-1.3.9/src \
make install && rm -rf /opt/niftyreg-1.3.9/src && \
mkdir -p /opt && cd /opt && wget -q https://www.humanconnectome.org/storage/app/media/workbench/workbench-linux64-v2.0.1.zip && unzip workbench-linux64-v2.0.1.zip && rm workbench-linux64-v2.0.1.zip && cd / && \
cd /opt && wget -q https://github.com/ANTsX/ANTs/releases/download/v2.5.4/ants-2.5.4-ubuntu-22.04-X64-gcc.zip && unzip ants-2.5.4-ubuntu-22.04-X64-gcc.zip && rm ants-2.5.4-ubuntu-22.04-X64-gcc.zip && \
mkdir /opt/ants-2.5.4-minify && for bin in antsRegistration antsApplyTransforms N4BiasFieldCorrection ComposeMultiTransform antsRegistrationSyNQuick.sh PrintHeader; do mv /opt/ants-2.5.4/${bin} /opt/ants-2.5.4-minify; done && \
mkdir /opt/ants-2.5.4-minify && for bin in antsRegistration antsApplyTransforms N4BiasFieldCorrection ComposeMultiTransform antsRegistrationSyNQuick.sh PrintHeader; do mv /opt/ants-2.5.4/bin/${bin} /opt/ants-2.5.4-minify; done && \
rm -rf /opt/ants-2.5.4 && \
wget -O itksnap.tar.gz 'https://sourceforge.net/projects/itk-snap/files/itk-snap/Nightly/itksnap-nightly-master-Linux-gcc64-qt4.tar.gz/download' \
\
Expand Down

0 comments on commit 7ad47d8

Please sign in to comment.