mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-12-19 19:06:16 +01:00
Install no deps separately for wheel (#13799)
* Install no deps separately for wheel * Fix order * fix arg
This commit is contained in:
parent
bcae0cf441
commit
90d7fc6bc5
@ -170,6 +170,9 @@ RUN /build_pysqlite3.sh
|
|||||||
COPY docker/main/requirements-wheels.txt /requirements-wheels.txt
|
COPY docker/main/requirements-wheels.txt /requirements-wheels.txt
|
||||||
RUN pip3 wheel --wheel-dir=/wheels -r /requirements-wheels.txt
|
RUN pip3 wheel --wheel-dir=/wheels -r /requirements-wheels.txt
|
||||||
|
|
||||||
|
COPY docker/main/requirements-wheels-nodeps.txt /requirements-wheels-nodeps.txt
|
||||||
|
RUN pip3 wheel --no-deps --wheel-dir=/wheels -r /requirements-wheels-nodeps.txt
|
||||||
|
|
||||||
|
|
||||||
# Collect deps in a single layer
|
# Collect deps in a single layer
|
||||||
FROM scratch AS deps-rootfs
|
FROM scratch AS deps-rootfs
|
||||||
|
1
docker/main/requirements-wheels-nodeps.txt
Normal file
1
docker/main/requirements-wheels-nodeps.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
onnx_clip == 4.0.*
|
@ -33,7 +33,6 @@ openvino == 2024.1.*
|
|||||||
onnxruntime-openvino == 1.18.* ; platform_machine == 'x86_64'
|
onnxruntime-openvino == 1.18.* ; platform_machine == 'x86_64'
|
||||||
onnxruntime == 1.18.* ; platform_machine == 'aarch64'
|
onnxruntime == 1.18.* ; platform_machine == 'aarch64'
|
||||||
# Embeddings
|
# Embeddings
|
||||||
onnx_clip == 4.0.*
|
|
||||||
chromadb == 0.5.0
|
chromadb == 0.5.0
|
||||||
# Generative AI
|
# Generative AI
|
||||||
google-generativeai == 0.6.*
|
google-generativeai == 0.6.*
|
||||||
|
Loading…
Reference in New Issue
Block a user