Skip to content

Commit 88bfdbf

Browse files
committed
Updated Dockerfile to prefer prebuilt wheels
1 parent c1000c0 commit 88bfdbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN cd libusb-1.0.24 && \
1111
make -j && make install
1212

1313

14-
RUN pip install --extra-index-url https://www.piwheels.org/simple/ opencv-python
14+
RUN pip install -U pip && pip install --extra-index-url https://www.piwheels.org/simple/ --prefer-binary opencv-python
1515

1616
COPY . /depthai-python
1717
RUN cd /depthai-python && python3 -m pip install .

0 commit comments

Comments
 (0)