Skip to content

Commit

Permalink
change ants build from ubuntu 22.04 to 20.04
Browse files Browse the repository at this point in the history
was having dep issues..
  • Loading branch information
akhanf authored Jan 3, 2025
1 parent 00c1e19 commit 95cbfef
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 @@ -19,7 +19,7 @@ cmake /opt/niftyreg-1.3.9/src \
make && \
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 && \
cd /opt && wget -q https://github.com/ANTsX/ANTs/releases/download/v2.5.4/ants-2.5.4-ubuntu-20.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/${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 95cbfef

Please sign in to comment.