mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 21:44:13 +03:00
[Update] update synaptics runtime libs download path
- Fork Synaptics astra sdk repo and put the runtime lib package on it - Frigate team can update this download path later
This commit is contained in:
parent
170738bd5b
commit
4252d78c99
@ -10,7 +10,7 @@ FROM wheels AS synap1680-wheels
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN wget -qO- "https://github.com/GaryHuang-ASUS/frigate-synaptics-rt/releases/download/v1.5.0-1.0/synaptics-rt-1.0.tar" | tar -C / -xzf -
|
RUN wget -qO- "https://github.com/GaryHuang-ASUS/synaptics_astra_sdk/releases/download/v1.5.0/Synaptics-SL1680-v1.5.0-rt.tar" | tar -C / -xzf -
|
||||||
RUN wget -P /wheels/ "https://github.com/synaptics-synap/synap-python/releases/download/v0.0.4-preview/synap_python-0.0.4-cp311-cp311-manylinux_2_35_aarch64.whl"
|
RUN wget -P /wheels/ "https://github.com/synaptics-synap/synap-python/releases/download/v0.0.4-preview/synap_python-0.0.4-cp311-cp311-manylinux_2_35_aarch64.whl"
|
||||||
|
|
||||||
FROM deps AS synap1680-deps
|
FROM deps AS synap1680-deps
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user