From 0d2b925c3e74fc295573d982c70561312e9927a5 Mon Sep 17 00:00:00 2001 From: mathiasg Date: Thu, 11 Jul 2024 14:26:34 -0400 Subject: [PATCH] ENH: Update to patched DCAN fork --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0cf6f0d..5fc52e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ WORKDIR /opt # Build MCRIBS + dependencies through their build script # Installed dependencies: ITK, VTK, MIRTK -RUN git clone --branch nib-comp-v1.1 https://github.com/AidanWUSTL/MCRIBS_for_MAKEGI.git /opt/MCRIBS \ +RUN git clone --branch v2.0.0a https://github.com/DCAN-Labs/MCRIBS_for_MAKEGI.git /opt/MCRIBS \ && cd MCRIBS \ && bash build.sh \ # clean up and reduce size