Browse Source

switch to opencv headless

Blake Blackshear 5 năm trước cách đây
mục cha
commit
50bcf60893
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -31,7 +31,7 @@ RUN apt -qq update && apt -qq install --no-install-recommends -y \
 RUN pip3 install -U wheel setuptools
 
 RUN pip3 install -U \
-    opencv-python \
+    opencv-python-headless \
     python-prctl \
     Flask \
     paho-mqtt \