Skip to content

Commit

Permalink
Updated Dockerfile to prefer prebuilt wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
themarpe committed Feb 23, 2022
1 parent c1000c0 commit 88bfdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 88bfdbf

Please sign in to comment.