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 fa9f915 commit c437c0fCopy full SHA for c437c0f
docker/stub/Dockerfile
@@ -29,6 +29,7 @@ RUN apt-get update -y && apt-get install -y \
29
libzbar0 \
30
sox \
31
libsox-fmt-all \
32
+ libopenblas-dev \
33
avrdude \
34
tesseract-ocr \
35
tesseract-ocr-eng \
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.8.1.78
+opencv-contrib-python==4.5.5.62
24
tflite-runtime==2.11.0
25
pytesseract==0.3.10
26
pyzbar==0.1.9
0 commit comments