NVIDIA / Bobber

Containerized testing of system components that impact AI workload performance
MIT License
14 stars 5 forks source link

MXNet 1.8.0 issues causing DALI failures #58

Closed roclark closed 3 years ago

roclark commented 3 years ago

The release of MXNet 1.8.0 fails to load the libopenblas library which is required for Imageinary, a sub-component of DALI. With 1.8.0 being the most recent MXNet release at the time of writing, this will be installed by default in newer containers, causing all DALI test to fail. While MXNet sorts out the issue with a new release, Imageinary needs to be updated in the meantime to avoid installing version 1.8.0. See https://github.com/NVIDIA/Imageinary/pull/26 for more information.

roclark commented 3 years ago

This can be closed now that https://github.com/NVIDIA/Imageinary/pull/26 has been resolved.