Skip to content

Commit

Permalink
fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Jun 3, 2024
1 parent 57d5c86 commit f29bee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lap/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ RUN auditwheel repair lap-*.whl && \
python3 -c "import lap; print(lap)"

RUN mkdir -p ${OUTPUT_DIR} && \
cp ./wheelhouse/openvino-*manylinux*armv7l.whl ${OUTPUT_DIR}
cp ./wheelhouse/lap-*manylinux*armv7l.whl ${OUTPUT_DIR}

0 comments on commit f29bee6

Please sign in to comment.