mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
linuxdeploy scans all ELF binaries in the AppDir and fails when it can't find libcublasLt.so.12 (a CUDA library referenced by the onnxruntime native module). Use patchelf to remove these optional CUDA dependencies since we only need CPU inference. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>