Skip to content

Commit ed9fba2

Browse files
authored
Merge pull request #179 from CoBrALab/updates
Updates
2 parents c27e3e3 + 2033e75 commit ed9fba2

21 files changed

+2343
-723
lines changed

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ ENV PATH=${MINC_TOOLKIT}/bin:${MINC_TOOLKIT}/pipeline:${PATH} \
9999
VOLUME_CACHE_THRESHOLD=-1 \
100100
MANPATH=${MINC_TOOLKIT}/man${MANPATH:+:$MANPATH}
101101

102+
# add a patch to nu_estimate_np_and_em
103+
COPY patch/nu_estimate_np_and_em.diff nu_estimate_np_and_em.diff
104+
RUN apt-get update -y && apt-get install -y --no-install-recommends patch
105+
RUN (cd / && sudo patch -p0) < nu_estimate_np_and_em.diff && rm nu_estimate_np_and_em.diff
106+
102107
#Enable ANTs
103108
ENV PATH=/opt/quarantine/ANTs/bin${PATH:+:$PATH} \
104109
ANTSPATH=/opt/quarantine/ANTs/bin

0 commit comments

Comments
 (0)