Remove quotes from tensorrt env variable example (#7823)

This commit is contained in:
Nicolas Mowen 2023-09-16 04:00:07 -06:00 committed by GitHub
parent b9e6afa659
commit 6aedc39a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,7 +235,7 @@ An example `docker-compose.yml` fragment that converts the `yolov4-608` and `yol
```yml
frigate:
environment:
- YOLO_MODELS="yolov4-608,yolov7x-640"
- YOLO_MODELS=yolov4-608,yolov7x-640
- USE_FP16=false
```