small fixes

This commit is contained in:
Fangjun Kuang 2023-07-22 16:57:45 +08:00
parent 9b9c16ec41
commit 372de2d22c

View File

@ -39,6 +39,10 @@ export PATH=$PYTHON_INSTALL_DIR/bin:$PATH
export LD_LIBRARY_PATH=$PYTHON_INSTALL_DIR/lib:$LD_LIBRARY_PATH
ls -lh $PYTHON_INSTALL_DIR/lib/
nvcc --version || true
rm -rf /usr/local/cuda*
nvcc --version || true
python3 --version
which python3
@ -64,6 +68,7 @@ export CMAKE_CUDA_COMPILER_LAUNCHER=
export KALDIFEAT_CMAKE_ARGS=" -DPYTHON_EXECUTABLE=$PYTHON_INSTALL_DIR/bin/python3 "
export KALDIFEAT_MAKE_ARGS=" -j "
python3 setup.py bdist_wheel
auditwheel --verbose repair \