Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yazhinia authored Nov 29, 2024
1 parent 4b39ff7 commit c8a28a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo dpkg -i cuda-keyring_1.0-1_all.deb
sudo apt-get update
# Install the NVIDIA and CUDA Toolkit 11.0
sudo apt-get install -y nvidia-driver-470
sudo apt-get install -y nvidia-driver-510
sudo apt-get install -y cuda-toolkit-11-0 # Install CUDA 11.0
echo "/usr/local/cuda/bin" >> $GITHUB_PATH
echo "/usr/local/cuda/lib64" >> $GITHUB_PATH
Expand Down

0 comments on commit c8a28a9

Please sign in to comment.