mirror of
https://github.com/azaion/detections.git
synced 2026-06-21 09:21:08 +00:00
Changed to have an attempt of build TRT10.3
ci/woodpecker/manual/build-push-jetson-trt104 Pipeline failed
ci/woodpecker/manual/build-push-jetson-trt104 Pipeline failed
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user