Skip to content

Commit 853f696

Browse files
committed
install full toolkit
1 parent c3da6d1 commit 853f696

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,11 @@ jobs:
2323
sudo apt-get update
2424
2525
# install CUDA toolkit
26-
sudo apt-get -y install cuda-toolkit-12-6
26+
sudo apt-get -y install nvidia-cuda-toolkit
2727
2828
# Install other necessary dependencies like build-essential
2929
sudo apt-get install -y build-essential
3030
31-
# Add CUDA to PATH and set environment variables
32-
echo "export PATH=/usr/local/cuda-12.6/bin:$PATH" >> $GITHUB_ENV
33-
echo "export LD_LIBRARY_PATH=/usr/local/cuda-12.6/lib64:$LD_LIBRARY_PATH" >> $GITHUB_ENV
34-
3531
# Verify that CUDA is installed
3632
nvcc --version
3733
g++ --version

0 commit comments

Comments
 (0)