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 \ docker run -d \
--name frigate \ --name frigate \
... ...
-e 'NVIDIA_VISIBLE_DEVICES'='all' \ --gpus=all \
-l 'NVIDIA_DRIVER_CAPABILITIES'='all' \ --runtime=nvidia \
ghcr.io/blakeblackshear/frigate:stable ghcr.io/blakeblackshear/frigate:stable
``` ```