Skip to content

Commit fa9f915

Browse files
committed
downgrade opencv, libopenblas
1 parent 4d21c3a commit fa9f915

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ RUN install_packages \
3333
zbar-tools \
3434
libzbar0 \
3535
sox \
36-
libsox-fmt-all
36+
libsox-fmt-all \
37+
libopenblas-dev
3738
RUN install_packages \
3839
avrdude \
3940
tesseract-ocr \

docker/stub/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ grpcio==1.62.1
2020
numpy==1.26.4
2121
Pillow==10.2.0
2222
protobuf==4.25.2
23-
opencv-contrib-python==4.9.0.80
23+
opencv-contrib-python==4.8.1.78
2424
tflite-runtime==2.11.0
2525
pytesseract==0.3.10
2626
pyzbar==0.1.9

0 commit comments

Comments
 (0)