We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dda37a commit f62feebCopy full SHA for f62feeb
docs/docs/configuration/hardware_acceleration_video.md
@@ -229,7 +229,7 @@ Additional configuration is needed for the Docker container to be able to access
229
services:
230
frigate:
231
...
232
- image: ghcr.io/blakeblackshear/frigate:stable
+ image: ghcr.io/blakeblackshear/frigate:stable-tensorrt
233
deploy: # <------------- Add this section
234
resources:
235
reservations:
@@ -247,7 +247,7 @@ docker run -d \
247
--name frigate \
248
249
--gpus=all \
250
- ghcr.io/blakeblackshear/frigate:stable
+ ghcr.io/blakeblackshear/frigate:stable-tensorrt
251
```
252
253
### Setup Decoder
0 commit comments