Skip to content

Commit

Permalink
armv7l build docker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yoori committed Nov 23, 2024
1 parent c62f448 commit 45ab2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ RUN apt-get update && ( \
apt install -y --no-install-recommends \
libhdf5-dev libhdf5-serial-dev python3-pyqt5 libatlas-base-dev \
cmake build-essential libssl-dev \
python3-opencv==4.5.3.56 ; \
python3-opencv ; \
else \
apt install -y --no-install-recommends python3-opencv ; \
fi ; \
)
) && echo ">>>>>>>>>>>>" && dpkg -L python3-opencv && echo "<<<<<<<<<<<<<<<<<<"

RUN echo "Install python package for arch: $(arch)"

Expand Down

0 comments on commit 45ab2f6

Please sign in to comment.