Skip to content

Commit

Permalink
Updated Dockerfile for better armv7 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
themarpe committed Dec 26, 2021
1 parent 4964c1c commit bf9b98f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,4 @@ RUN cd libusb-1.0.24 && \
RUN pip install --extra-index-url https://www.piwheels.org/simple/ opencv-python

COPY . /depthai-python
RUN mkdir -p depthai-python/build
RUN cd /depthai-python && \
cd build && \
cmake .. && \
make
ENV PYTHONPATH=/depthai-python/build
RUN cd /depthai-python && python3 -m pip install .
2 changes: 0 additions & 2 deletions ci/docker_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ readonly ubuntu_arm_pkgs=(
libhdf5-dev
libhdf5-dev
libatlas-base-dev
libqtgui4
libqt4-test
# https://github.com/EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi/issues/18#issuecomment-433953426
libilmbase-dev
libopenexr-dev
Expand Down

0 comments on commit bf9b98f

Please sign in to comment.