Unstructured-IO / unstructured

Open source libraries and APIs to build custom preprocessing pipelines for labeling, training, or production machine learning pipelines.
https://www.unstructured.io/
Apache License 2.0
9.25k stars 767 forks source link

fix: correctly install mesa-gl for arm #3647

Closed MthwRobinson closed 2 months ago

MthwRobinson commented 2 months ago

Summary

Fixes the arm64 image builds, which will be available again starting in version 0.15.13. A fix was implemented upstream in https://github.com/Unstructured-IO/base-images/pull/47 and a workaround that installed x86 packages in the unstructured repo was removed.

Testing

See this job for a successful arm64 build on the feature branch.