docs: update hardware acceleation video page nvidia docker compose image (#19762)

This commit is contained in:
GuoQing Liu 2025-08-26 20:01:34 +08:00 committed by GitHub
parent 0dda37ac43
commit f62feeb50c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -229,7 +229,7 @@ Additional configuration is needed for the Docker container to be able to access
services: services:
frigate: frigate:
... ...
image: ghcr.io/blakeblackshear/frigate:stable image: ghcr.io/blakeblackshear/frigate:stable-tensorrt
deploy: # <------------- Add this section deploy: # <------------- Add this section
resources: resources:
reservations: reservations:
@ -247,7 +247,7 @@ docker run -d \
--name frigate \ --name frigate \
... ...
--gpus=all \ --gpus=all \
ghcr.io/blakeblackshear/frigate:stable ghcr.io/blakeblackshear/frigate:stable-tensorrt
``` ```
### Setup Decoder ### Setup Decoder