Skip to content

Commit f62feeb

Browse files
authored
docs: update hardware acceleation video page nvidia docker compose image (#19762)
1 parent 0dda37a commit f62feeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/configuration/hardware_acceleration_video.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Additional configuration is needed for the Docker container to be able to access
229229
services:
230230
frigate:
231231
...
232-
image: ghcr.io/blakeblackshear/frigate:stable
232+
image: ghcr.io/blakeblackshear/frigate:stable-tensorrt
233233
deploy: # <------------- Add this section
234234
resources:
235235
reservations:
@@ -247,7 +247,7 @@ docker run -d \
247247
--name frigate \
248248
...
249249
--gpus=all \
250-
ghcr.io/blakeblackshear/frigate:stable
250+
ghcr.io/blakeblackshear/frigate:stable-tensorrt
251251
```
252252

253253
### Setup Decoder

0 commit comments

Comments
 (0)