switch to opencv headless

This commit is contained in:
Blake Blackshear 2020-01-14 20:39:07 -06:00
parent 38efbd63ea
commit 50bcf60893

View File

@ -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 wheel setuptools
RUN pip3 install -U \ RUN pip3 install -U \
opencv-python \ opencv-python-headless \
python-prctl \ python-prctl \
Flask \ Flask \
paho-mqtt \ paho-mqtt \