浏览代码

switch to opencv headless

Blake Blackshear 5 年之前
父节点
当前提交
50bcf60893
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 \