mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-12 09:19:39 +00:00
a5cac52e26
## Problem The checksum for eigen (a dependency for onnxruntime) has changed which breaks compute image build. ## Summary of changes - Add a patch for onnxruntime which backports changes from https://github.com/microsoft/onnxruntime/commit/f57db79743c4d1a3553aa05cf95bcd10966030e6 (we keep the current version) Ref https://github.com/microsoft/onnxruntime/issues/24861