Skip to content

Commit

Permalink
install full toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBoessen committed Jan 9, 2025
1 parent c3da6d1 commit 853f696
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,11 @@ jobs:
sudo apt-get update
# install CUDA toolkit
sudo apt-get -y install cuda-toolkit-12-6
sudo apt-get -y install nvidia-cuda-toolkit
# Install other necessary dependencies like build-essential
sudo apt-get install -y build-essential
# Add CUDA to PATH and set environment variables
echo "export PATH=/usr/local/cuda-12.6/bin:$PATH" >> $GITHUB_ENV
echo "export LD_LIBRARY_PATH=/usr/local/cuda-12.6/lib64:$LD_LIBRARY_PATH" >> $GITHUB_ENV
# Verify that CUDA is installed
nvcc --version
g++ --version
Expand Down

0 comments on commit 853f696

Please sign in to comment.