Install opencv deps

This commit is contained in:
Nicolas Mowen 2024-11-24 08:32:45 -07:00
parent 71a81e24ec
commit cbe0f4a32b
2 changed files with 2 additions and 1 deletions

View File

@ -158,6 +158,7 @@ RUN apt-get -qq update \
gfortran openexr libatlas-base-dev libssl-dev\
libtbb2 libtbb-dev libdc1394-22-dev libopenexr-dev \
libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev \
libgl1-mesa-glx libglib2.0-0 \
# sqlite3 dependencies
tclsh \
# scipy dependencies

View File

@ -34,8 +34,8 @@ unidecode == 1.3.*
# Image Manipulation
numpy == 1.26.*
opencv-python-headless == 4.9.0.*
opencv-contrib-python == 4.9.0.*
scipy == 1.13.*
scikit-learn == 1.5.*
# OpenVino & ONNX
openvino == 2024.3.*
onnxruntime-openvino == 1.19.* ; platform_machine == 'x86_64'