Skip to content

Commit f597a96

Browse files
update gw
1 parent e598351 commit f597a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.incode_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt update && apt install -y git build-essential cmake libopenblas-dev libla
2828
&& git checkout ${OPENCV_TAG} \
2929
&& git submodule update --init --recursive \
3030
&& export ENABLE_HEADLESS=1 \
31-
&& MAKEFLAGS='-j2' pip wheel . --verbose
31+
&& MAKEFLAGS='-j$(nproc)' pip wheel . --verbose \
3232
# trick to pack openblas lib to wheel
3333
&& pip install auditwheel patchelf \
3434
&& auditwheel repair *.whl --plat manylinux_2_31_x86_64

0 commit comments

Comments
 (0)