Skip to content

Commit d5e426f

Browse files
committed
Exclude libtensorflow_framework.so from auditwheel repair since TensorFlow runtime provides it
1 parent dcfc70c commit d5e426f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
shell: bash -l {0}
7878
run: |
7979
python -m pip install auditwheel
80-
auditwheel repair dist/*.whl -w repaired_wheels/
80+
auditwheel repair --exclude 'libtensorflow_framework.so.*' dist/*.whl -w repaired_wheels/
8181
rm -f dist/*.whl
8282
mv repaired_wheels/*.whl dist/
8383

0 commit comments

Comments
 (0)