From 3e87ef6426e09b17b435887666c2ecfdd0bcd0e3 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Mon, 7 Sep 2020 12:18:03 -0500 Subject: [PATCH] update pip --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a67c5eabc..2e89b7a5f 100755 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ RUN apt -qq update && apt -qq install --no-install-recommends -y \ ffmpeg \ # VAAPI drivers for Intel hardware accel 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 \ opencv-python-headless \