We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1000c0 commit 88bfdbfCopy full SHA for 88bfdbf
ci/Dockerfile
@@ -11,7 +11,7 @@ RUN cd libusb-1.0.24 && \
11
make -j && make install
12
13
14
-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
15
16
COPY . /depthai-python
17
RUN cd /depthai-python && python3 -m pip install .
0 commit comments