Skip to content

Commit

Permalink
Switch to static build of ANTs
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Jan 25, 2024
1 parent 751de85 commit 9d37de7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ LABEL org.opencontainers.image.authors="FNNDSC <[email protected]>" \
org.opencontainers.image.description="A ChRIS plugin wrapper for N4BiasFieldCorrection"

# install N4BiasFieldCorrection
COPY --from=docker.io/fnndsc/n4biasfieldcorrection:2.5.0 /opt/ants /opt/ants
ENV PATH=/opt/ants/bin:$PATH LD_LIBRARY_PATH=/opt/ants/lib:$LD_LIBRARY_PATH
COPY --from=docker.io/fnndsc/n4biasfieldcorrection:2.5.0 /usr/local/bin/N4BiasFieldCorrection /usr/local/bin/N4BiasFieldCorrection

ARG SRCDIR=/usr/local/src/pl-N4BiasFieldCorrection
WORKDIR ${SRCDIR}
Expand Down

0 comments on commit 9d37de7

Please sign in to comment.