Skip to content

Commit b126790

Browse files
Update dockerfile
1 parent 4a4a7d7 commit b126790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.incode_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apt update && apt install -y git build-essential cmake libopenblas-dev libla
2626
&& git checkout ${OPENCV_TAG} \
2727
&& git submodule update --init --recursive --depth 1 \
2828
&& export ENABLE_HEADLESS=1 \
29-
&& MAKEFLAGS='-j3' pip wheel . --verbose
29+
&& MAKEFLAGS='-j3' pip wheel . --verbose --wheel-dir /opt/opencv-python/wheelhouse
3030

3131
FROM scratch AS export-stage
3232
COPY --from=build-stage /opt/opencv-python/wheelhouse /

0 commit comments

Comments
 (0)