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 50ac225 commit 526d78a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Install NVIDIA CUDA Toolkit
run: |
sudo apt-get update
sudo apt-get install -y gnupg
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb
sudo dpkg -i cuda-keyring_1.0-1_all.deb
sudo apt-get update
# Install the CUDA Toolkit 11.0
sudo apt-get install -y cuda-toolkit-11-0 # Install CUDA 11.0
- name: Create Environment
env:
Expand Down

0 comments on commit 526d78a

Please sign in to comment.