From 45c8c4da16b21fbfc9fc8c7689a30db8d7d0335c Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sat, 22 Jul 2023 20:10:22 +0800 Subject: [PATCH] ubuntu cuda --- .github/workflows/ubuntu-cuda-wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ubuntu-cuda-wheels.yml b/.github/workflows/ubuntu-cuda-wheels.yml index b731926..073b239 100644 --- a/.github/workflows/ubuntu-cuda-wheels.yml +++ b/.github/workflows/ubuntu-cuda-wheels.yml @@ -79,6 +79,9 @@ jobs: which nvcc nvcc --version + cp /var/www/scripts/github_actions/install_torch.sh . + chmod +x install_torch.sh + /var/www/scripts/github_actions/build-ubuntu-cuda.sh - name: Display wheels