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 e598351 commit f597a96Copy full SHA for f597a96
Dockerfile.incode_build
@@ -28,7 +28,7 @@ RUN apt update && apt install -y git build-essential cmake libopenblas-dev libla
28
&& git checkout ${OPENCV_TAG} \
29
&& git submodule update --init --recursive \
30
&& export ENABLE_HEADLESS=1 \
31
- && MAKEFLAGS='-j2' pip wheel . --verbose
+ && MAKEFLAGS='-j$(nproc)' pip wheel . --verbose \
32
# trick to pack openblas lib to wheel
33
&& pip install auditwheel patchelf \
34
&& auditwheel repair *.whl --plat manylinux_2_31_x86_64
0 commit comments