From 45ab2f61a06ff30e0eb5decb1a55ee6ec0e3b7ff Mon Sep 17 00:00:00 2001 From: yoori Date: Sat, 23 Nov 2024 07:24:24 +0000 Subject: [PATCH] armv7l build docker fix --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 086e7ba..0904753 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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)"