Skip to content

Commit

Permalink
Merge pull request #4 from nipreps-containers/enh/dcan-updates
Browse files Browse the repository at this point in the history
ENH: Update to patched DCAN fork
  • Loading branch information
mgxd authored Dec 6, 2024
2 parents a93bf03 + f660aac commit 9f9a25d
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 nib-comp-v1.1a 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 9f9a25d

Please sign in to comment.