소스 검색

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 \