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 45ab2f6 commit ef71325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ RUN apt-get update && ( \
cmake build-essential libssl-dev \
python3-opencv ; \
else \
apt install -y --no-install-recommends python3-opencv ; \
apt install -y --no-install-recommends python3-opencv python3-numpy ; \
fi ; \
) && echo ">>>>>>>>>>>>" && dpkg -L python3-opencv && echo "<<<<<<<<<<<<<<<<<<"

Expand Down

0 comments on commit ef71325

Please sign in to comment.