update pip

This commit is contained in:
Blake Blackshear 2020-09-07 12:18:03 -05:00
parent ed3db864d2
commit 8ab06d9215

View File

@ -17,6 +17,7 @@ RUN apt -qq update && apt -qq install --no-install-recommends -y \
ffmpeg \ ffmpeg \
# VAAPI drivers for Intel hardware accel # VAAPI drivers for Intel hardware accel
libva-drm2 libva2 i965-va-driver vainfo \ libva-drm2 libva2 i965-va-driver vainfo \
&& python3.7 -m pip install -U pip \
&& python3.7 -m pip install -U wheel setuptools \ && python3.7 -m pip install -U wheel setuptools \
&& python3.7 -m pip install -U \ && python3.7 -m pip install -U \
opencv-python-headless \ opencv-python-headless \