Changed to have an attempt of build TRT10.3

This commit is contained in:
Roman Meshko
2026-06-07 11:22:53 +03:00
parent 4c11bd5b9e
commit 5f0a8a5dfe
4 changed files with 70 additions and 1 deletions
+15
View File
@@ -139,6 +139,21 @@ Already exists: `e2e/docker-compose.test.yml`. No changes needed — supports bo
docker compose -f docker-compose.jetson.yml up
```
### detections-jetson-trt104 (Dockerfile.jetson.trt104)
Experimental INT8 calibration image for Jetson Orin devices. It uses NVIDIA's TensorRT iGPU container:
| Aspect | Specification |
|--------|--------------|
| Base image | `nvcr.io/nvidia/tensorrt:24.09-py3-igpu` |
| TensorRT | TensorRT 10.4.0.26 |
| Purpose | Work around TensorRT 10.3 INT8 calibration failures such as `checkSanity.cpp::checkLinks` / `Graph::regions` internal errors |
Build/tag example:
```bash
docker build -f Dockerfile.jetson.trt104 -t <registry>/azaion/detections:dev-arm-trt104 .
```
## Image Tagging Strategy
| Context | Tag Format | Example |