Commit d76f6a0
Fix missing libnvdla_compiler.so in Jetson 6.x TRT runtime (#2201)
* fix: Add missing libnvdla_compiler.so to Jetson 6.x runtime images
The TensorRT execution provider in ONNX Runtime requires
libnvdla_compiler.so to initialize. Without it, TRT fails to load
and ORT silently falls back to CPU, causing ~3x slower inference.
Affects both JP6.0 and JP6.2 multi-stage Dockerfiles.
* fix: Correct path for libnvdla_compiler.so (tegra subdirectory)
The library lives at /usr/lib/aarch64-linux-gnu/tegra/, not
/usr/lib/aarch64-linux-gnu/ directly.
---------
Co-authored-by: Paweł Pęczek <146137186+PawelPeczek-Roboflow@users.noreply.github.com>1 parent c8d2811 commit d76f6a0
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| 282 | + | |
282 | 283 | | |
283 | 284 | | |
284 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
285 | 286 | | |
286 | 287 | | |
287 | 288 | | |
| |||
0 commit comments