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