mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Disable global timeout for s6 services
This commit is contained in:
parent
c9052f1ae4
commit
fe488494f6
@ -262,6 +262,9 @@ RUN --mount=type=bind,source=docker/support/tensorrt_detector/tensorrt_libyolo.s
|
||||
# Frigate w/ TensorRT Support as separate image
|
||||
FROM frigate AS frigate-tensorrt
|
||||
|
||||
#Disable S6 Global timeout
|
||||
ENV S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
|
||||
|
||||
ENV YOLO_MODELS="yolov7-tiny-416"
|
||||
|
||||
COPY --from=trt-deps /usr/local/lib/libyolo_layer.so /usr/local/lib/libyolo_layer.so
|
||||
|
||||
Loading…
Reference in New Issue
Block a user