dependabot[bot]
3d7c690358
Update cuda-python requirement in /docker/tensorrt
...
Updates the requirements on [cuda-python](https://github.com/NVIDIA/cuda-python ) to permit the latest version.
- [Release notes](https://github.com/NVIDIA/cuda-python/releases )
- [Commits](https://github.com/NVIDIA/cuda-python/compare/v12.6.0...v13.1.1 )
---
updated-dependencies:
- dependency-name: cuda-python
dependency-version: 13.1.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-10 11:08:33 +00:00
Nicolas Mowen
5529432856
Various fixes ( #20774 )
...
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
* Change order of deletion
* Add debug log for camera enabled
* Add more face debug logs
* Set jetson numpy version
2025-11-03 10:05:03 -06:00
Lander Noterman
5bd412071a
Add support for JetPack 6 ( #16571 )
...
* it builds!
* some fixes
* use python 3.11 (rc1)
* add deadsnakes ppa for more recent python 3.11 in jetson images
* fix pip stuff
* revert to tensor 8.6
* revert changes to docker/main
* add hook to install deadsnakes ppa for tensorrt/jetson
* remove unnecessary pip break-system-packages
* move tflite_runtime to requirements-wheels.txt
2025-02-18 07:38:07 -07:00
Nicolas Mowen
bb4e863e87
Fix jetson onnxruntime ( #14698 )
...
* Fix jetson onnxruntime
* Remove comment
2024-10-30 19:16:28 -05:00
Nicolas Mowen
c7a4220d65
Jetson onnxruntime ( #14688 )
...
* Add support for using onnx runtime with jetson
* Update docs
* Clarify
2024-10-30 08:22:28 -06:00
Andrew Reiter
a96a951e23
Nvidia Jetson ffmpeg + TensorRT support ( #6458 )
...
* Non-Jetson changes
Required for later commits:
- Allow base image to be overridden (and don't assume its WORKDIR)
- Ensure python3.9
- Map hwaccel decode presets as strings instead of lists
Not required:
- Fix existing documentation
- Simplify hwaccel scale logic
* Prepare for multi-arch tensorrt build
* Add tensorrt images for Jetson boards
* Add Jetson ffmpeg hwaccel
* Update docs
* Add CODEOWNERS
* CI
* Change default model from yolov7-tiny-416 to yolov7-320
In my experience the tiny models perform markedly worse without being
much faster
* fixup! Update docs
2023-07-26 05:50:41 -05:00