mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-08-04 13:47:37 +02:00
Install opencv deps
This commit is contained in:
parent
71a81e24ec
commit
cbe0f4a32b
@ -158,6 +158,7 @@ RUN apt-get -qq update \
|
|||||||
gfortran openexr libatlas-base-dev libssl-dev\
|
gfortran openexr libatlas-base-dev libssl-dev\
|
||||||
libtbb2 libtbb-dev libdc1394-22-dev libopenexr-dev \
|
libtbb2 libtbb-dev libdc1394-22-dev libopenexr-dev \
|
||||||
libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev \
|
libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev \
|
||||||
|
libgl1-mesa-glx libglib2.0-0 \
|
||||||
# sqlite3 dependencies
|
# sqlite3 dependencies
|
||||||
tclsh \
|
tclsh \
|
||||||
# scipy dependencies
|
# scipy dependencies
|
||||||
|
@ -34,8 +34,8 @@ unidecode == 1.3.*
|
|||||||
# Image Manipulation
|
# Image Manipulation
|
||||||
numpy == 1.26.*
|
numpy == 1.26.*
|
||||||
opencv-python-headless == 4.9.0.*
|
opencv-python-headless == 4.9.0.*
|
||||||
|
opencv-contrib-python == 4.9.0.*
|
||||||
scipy == 1.13.*
|
scipy == 1.13.*
|
||||||
scikit-learn == 1.5.*
|
|
||||||
# OpenVino & ONNX
|
# OpenVino & ONNX
|
||||||
openvino == 2024.3.*
|
openvino == 2024.3.*
|
||||||
onnxruntime-openvino == 1.19.* ; platform_machine == 'x86_64'
|
onnxruntime-openvino == 1.19.* ; platform_machine == 'x86_64'
|
||||||
|
Loading…
Reference in New Issue
Block a user