Skip to content

Commit

Permalink
Revert "auditwheel show"
Browse files Browse the repository at this point in the history
This reverts commit 0dcd97e.
  • Loading branch information
bjia56 committed May 30, 2024
1 parent 0dcd97e commit c4c8238
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/openvino/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ RUN cmake -DCMAKE_BUILD_TYPE=Release \
-DARM_COMPUTE_SCONS_JOBS=4 \
.. && \
make -j4
RUN auditwheel show /openvino/build/wheels/openvino-*.whl && \
auditwheel repair /openvino/build/wheels/openvino-*.whl && \
RUN auditwheel repair /openvino/build/wheels/openvino-*.whl && \
pip3 install /openvino/build/wheelhouse/openvino-*manylinux*armv7l.whl --extra-index-url https://bjia56.github.io/armv7l-wheels/ --prefer-binary && \
python3 -c "import openvino; print(openvino)"

Expand Down

0 comments on commit c4c8238

Please sign in to comment.