Skip to content

Commit

Permalink
downgrade opencv, libopenblas
Browse files Browse the repository at this point in the history
  • Loading branch information
previ committed Mar 16, 2024
1 parent 4d21c3a commit fa9f915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN install_packages \
zbar-tools \
libzbar0 \
sox \
libsox-fmt-all
libsox-fmt-all \
libopenblas-dev
RUN install_packages \
avrdude \
tesseract-ocr \
Expand Down
2 changes: 1 addition & 1 deletion docker/stub/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ grpcio==1.62.1
numpy==1.26.4
Pillow==10.2.0
protobuf==4.25.2
opencv-contrib-python==4.9.0.80
opencv-contrib-python==4.8.1.78
tflite-runtime==2.11.0
pytesseract==0.3.10
pyzbar==0.1.9

0 comments on commit fa9f915

Please sign in to comment.