Skip to content

Commit

Permalink
Update to workbench 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf authored Dec 20, 2024
1 parent cd199a0 commit 7721e69
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 @@ -18,7 +18,7 @@ cmake /opt/niftyreg-1.3.9/src \
-DCMAKE_INSTALL_PREFIX=/opt/niftyreg-1.3.9 && \
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-v1.5.0.zip && unzip workbench-linux64-v1.5.0.zip && rm workbench-linux64-v1.5.0.zip && cd / && \
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 / && \
mkdir -p /opt/ants-2.3.1 && curl -fsSL --retry 5 https://dl.dropbox.com/s/1xfhydsf4t4qoxg/ants-Linux-centos6_x86_64-v2.3.1.tar.gz \
| tar -xz -C /opt/ants-2.3.1 --strip-components 1 && \
mkdir /opt/ants-2.3.1-minify && for bin in antsRegistration antsApplyTransforms N4BiasFieldCorrection ComposeMultiTransform antsRegistrationSyNQuick.sh PrintHeader; do mv /opt/ants-2.3.1/${bin} /opt/ants-2.3.1-minify; done && \
Expand Down

0 comments on commit 7721e69

Please sign in to comment.