From 88bfdbfce08af5769a356d248e733760aac19b18 Mon Sep 17 00:00:00 2001 From: TheMarpe Date: Thu, 24 Feb 2022 00:35:31 +0100 Subject: [PATCH] Updated Dockerfile to prefer prebuilt wheels --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index da6ebc93d..3046aa9e0 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -11,7 +11,7 @@ RUN cd libusb-1.0.24 && \ make -j && make install -RUN pip install --extra-index-url https://www.piwheels.org/simple/ opencv-python +RUN pip install -U pip && pip install --extra-index-url https://www.piwheels.org/simple/ --prefer-binary opencv-python COPY . /depthai-python RUN cd /depthai-python && python3 -m pip install . \ No newline at end of file