swithc to root #5
Annotations
1 error
build-and-push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c wget -O opencv.zip https://github.com/opencv/opencv/archive/4.11.0.zip && wget -O opencv_contrib.zip https://github.com/opencv/opencv_contrib/archive/4.11.0.zip && unzip opencv.zip && unzip opencv_contrib.zip && cd opencv-4.11.0 && mkdir build && cd build && cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D OPENCV_ENABLE_NONFREE=ON -D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib-4.11.0/modules -D BUILD_EXAMPLES=OFF .. && make -j2 && make install && ldconfig && cd /tmp && rm -rf opencv* && apt-get clean" did not complete successfully: exit code: 127
|