Skip to content

Commit 990eddd

Browse files
authored
Merge pull request #483 from nipreps/fix/mcribs
fix: mcribs python 3.12 compatibility
2 parents 7f42dea + fc59c0c commit 990eddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ ENV PERL5LIB="$MINC_LIB_DIR/perl5/5.8.5" \
186186
PATH="$FREESURFER_HOME/bin:$FREESURFER_HOME/tktools:$MINC_BIN_DIR:$PATH"
187187

188188
# MCRIBS (required legacy python)
189-
COPY --from=nipreps/mcribs@sha256:d5ea7616402cbc0b80f32634832dce540a32bb1d5e1e61dfdd2cc795dba8944a /opt/MCRIBS/ /opt/MCRIBS
189+
COPY --from=nipreps/mcribs@sha256:363a5c3f25dd96fd1306329659b89b61718b50b8a6fc82a7e7732fc19af0cbc9 /opt/MCRIBS/ /opt/MCRIBS
190190
COPY --from=pyenv /usr/local/lib/ /usr/local/lib/
191191
ENV PATH="/opt/MCRIBS/bin:/opt/MCRIBS/MIRTK/MIRTK-install/bin:/opt/MCRIBS/MIRTK/MIRTK-install/lib/tools:${PATH}" \
192192
LD_LIBRARY_PATH="/opt/MCRIBS/lib:/opt/MCRIBS/ITK/ITK-install/lib:/opt/MCRIBS/VTK/VTK-install/lib:/opt/MCRIBS/MIRTK/MIRTK-install/lib:/usr/local/lib:${LD_LIBRARY_PATH}" \

0 commit comments

Comments
 (0)