Skip to content

Commit

Permalink
Merge pull request #1196 from nipreps/fix/dwidenoise-missing
Browse files Browse the repository at this point in the history
FIX: Include ``dwidenoise`` within docker image
  • Loading branch information
oesteban authored Mar 19, 2024
2 parents a188da5 + 4c97bb6 commit 48a8154
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@ COPY --from=freesurfer/synthstrip@sha256:f19578e5f033f2c707fa66efc8b3e11440569fa

ENV FREESURFER_HOME=/opt/freesurfer

RUN apt update && apt install --no-install-recommends -y libtiff5 libpng16-16

COPY --from=mrtrix3/mrtrix3:3.0.4 /opt/mrtrix3/bin/dwidenoise /usr/local/bin
COPY --from=mrtrix3/mrtrix3:3.0.4 /opt/mrtrix3/lib/libmrtrix.so /usr/local/lib

# Container Sentinel
ENV IS_DOCKER_8395080871=1

Expand Down

0 comments on commit 48a8154

Please sign in to comment.