QIICR / dcmqi

dcmqi (DICOM for Quantitative Imaging) is a free, open source C++ library for conversion between imaging research formats and the standard DICOM representation for image analysis results
https://qiicr.gitbook.io/dcmqi-guide/
BSD 3-Clause "New" or "Revised" License
228 stars 62 forks source link

BUG: Ensure binaries bundled into dcmqi docker image can run #466

Closed jcfr closed 1 year ago

jcfr commented 1 year ago

This commit is a follow-up of eca78a5c5 (replace deprecated dockcross image) updating the build environment from dockcross/manylinux-x64 to dockcross/manylinux2014-x64.

Since dockcross/manylinux2014-x64 is based on Centos 7, this commit also updates the base distribution associated with the dcmqi docker image to be consistent.

See https://github.com/pypa/manylinux#manylinux2014-centos-7-based

jcfr commented 1 year ago

After CircleCI completes, I will push an additional commit adding regression tests to ensure executable bundled in the docker image can successfully run.