mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-27 13:47:50 +02:00
docs: update hardware acceleation video page nvidia docker compose image (#19762)
This commit is contained in:
parent
0dda37ac43
commit
f62feeb50c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user