mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-07-30 13:48:07 +02:00
Fix rockchip docker build (#16705)
This commit is contained in:
parent
c7db0f479d
commit
649e5cfda5
@ -16,6 +16,7 @@ RUN rm -rf /rk-wheels/opencv_python-*
|
|||||||
|
|
||||||
FROM deps AS rk-frigate
|
FROM deps AS rk-frigate
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
ARG PIP_BREAK_SYSTEM_PACKAGES
|
||||||
|
|
||||||
RUN --mount=type=bind,from=rk-wheels,source=/rk-wheels,target=/deps/rk-wheels \
|
RUN --mount=type=bind,from=rk-wheels,source=/rk-wheels,target=/deps/rk-wheels \
|
||||||
pip3 install --no-deps -U /deps/rk-wheels/*.whl
|
pip3 install --no-deps -U /deps/rk-wheels/*.whl
|
||||||
|
Loading…
Reference in New Issue
Block a user