瀏覽代碼

update pip

Blake Blackshear 4 年之前
父節點
當前提交
3e87ef6426
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Dockerfile

+ 1 - 0
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 \