From 372de2d22c2cc421946b78afdeb4a97eb23a8ea9 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sat, 22 Jul 2023 16:57:45 +0800 Subject: [PATCH] small fixes --- scripts/github_actions/build-ubuntu-cpu.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/github_actions/build-ubuntu-cpu.sh b/scripts/github_actions/build-ubuntu-cpu.sh index 9a90428..bc65314 100755 --- a/scripts/github_actions/build-ubuntu-cpu.sh +++ b/scripts/github_actions/build-ubuntu-cpu.sh @@ -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 \