We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d21c3a commit fa9f915Copy full SHA for fa9f915
docker/Dockerfile
@@ -33,7 +33,8 @@ RUN install_packages \
33
zbar-tools \
34
libzbar0 \
35
sox \
36
- libsox-fmt-all
+ libsox-fmt-all \
37
+ libopenblas-dev
38
RUN install_packages \
39
avrdude \
40
tesseract-ocr \
docker/stub/requirements.txt
@@ -20,7 +20,7 @@ grpcio==1.62.1
20
numpy==1.26.4
21
Pillow==10.2.0
22
protobuf==4.25.2
23
-opencv-contrib-python==4.9.0.80
+opencv-contrib-python==4.8.1.78
24
tflite-runtime==2.11.0
25
pytesseract==0.3.10
26
pyzbar==0.1.9
0 commit comments