From 50bcf60893003bef1af9f9196b5f0550362648a0 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Tue, 14 Jan 2020 20:39:07 -0600 Subject: [PATCH] switch to opencv headless --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 201ba4bdb..2309d391e 100644 --- a/Dockerfile +++ b/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 \