We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f005dcd commit d586f6bCopy full SHA for d586f6b
alpine/Dockerfile
@@ -75,7 +75,6 @@ RUN set -ex \
75
-D PYTHON3_LIBRARY=/usr/local/lib/libpython3.so \
76
-D PYTHON_LIBRARY=/usr/local/lib/libpython3.so \
77
-D PYTHON3_PACKAGES_PATH=/usr/local/lib/python3.12/site-packages/ \
78
- -D PYTHON3_NUMPY_INCLUDE_DIRS=/usr/local/lib/python3.12/site-packages/numpy/core/include/ \
79
/opt/opencv-${OPENCV_VERSION} \
80
&& make -j$(nproc) \
81
&& make install \
0 commit comments