Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 9, 2024
1 parent 2557cc3 commit 2854ad9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manylinux_2_28-wheel-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ cd /Pillow
PATH=$PYBIN:$PATH make clean

# Build and repair
echo "torch"
ls -la /opt/python
echo "torch2"
ls -la $PYBIN
$PYBIN/pip --verbose wheel ${OPTS} -w /tmp /Pillow
$PYBIN/pip install auditwheel
$PYBIN/python3 -m auditwheel repair /tmp/pillow*whl -w /output

0 comments on commit 2854ad9

Please # to comment.