mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
linuxdeploy scans all ELF files in the AppDir and fails when it finds libonnxruntime_providers_cuda.so which links to libcublasLt.so.12 — a CUDA library not available on CI runners. onnxruntime falls back to the CPU provider when CUDA is absent, so removing these has no functional impact. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>