Skip to content

Commit

Permalink
⬆️ Upgrade ANTs to v2.3.4 (from 2.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
shnizzedy committed Nov 25, 2020
1 parent 9b2eca0 commit e98e276
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,9 @@ RUN mkdir /ants_template && \
rm -rf /tmp/Oasis.zip /tmp/MICCAI2012-Multi-Atlas-Challenge-Data

# install ANTs
ENV PATH=/usr/lib/ants:$PATH
RUN apt-get install -y ants
# RUN export ANTSPATH=/usr/lib/ants
ENV ANTSPATH=/usr/lib/ants/
RUN dev/docker_data/install_ants.sh v2.3.4
ENV ANTSPATH=/usr/lib/ants/bin/
ENV PATH=${ANTSPATH}:$PATH

# install ICA-AROMA
RUN mkdir -p /opt/ICA-AROMA
Expand Down
4 changes: 2 additions & 2 deletions dev/docker_data/install_ants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ buildThreads=4

# Where to build, should be an empty directory
buildDir=${workingDir}/build
installDir=${workingDir}/install
installDir=/usr/lib/ants

mkdir $buildDir $installDir
mkdir -p $buildDir $installDir

cd $buildDir

Expand Down

0 comments on commit e98e276

Please sign in to comment.