Skip to content

Commit

Permalink
ENH: Update to patched DCAN fork
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Jul 11, 2024
1 parent a93bf03 commit 0d2b925
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 @@ -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
Expand Down

0 comments on commit 0d2b925

Please sign in to comment.