Update hardware_acceleration.md

This commit is contained in:
Nicolas Mowen 2023-01-20 11:02:42 -07:00 committed by GitHub
parent 9e38f27825
commit c8cd7e8d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,8 +70,8 @@ services:
docker run -d \
--name frigate \
...
-e 'NVIDIA_VISIBLE_DEVICES'='all' \
-l 'NVIDIA_DRIVER_CAPABILITIES'='all' \
--gpus=all \
--runtime=nvidia \
ghcr.io/blakeblackshear/frigate:stable
```