Skip to content

Commit

Permalink
Update install-cuda.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad authored Oct 25, 2023
1 parent 4d39525 commit a25ba6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/image/installers/install-cuda.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $cudaUri = @{
"12.1" = "12.1.1/network_installers/cuda_12.1.1_windows_network.exe"
"12.2" = "12.2.0/network_installers/cuda_12.2.0_windows_network.exe"
"12.2.0" = "12.2.0/network_installers/cuda_12.2.0_windows_network.exe"
"12.3" = "12.3.0/network_installers/cuda_12.3.0_windows_network.exe"
"12.3.0" = "12.3.0/network_installers/cuda_12.3.0_windows_network.exe"
"latest" = "12.3.0/network_installers/cuda_12.3.0_windows_network.exe"
}[$cudaVersion]
Expand Down

0 comments on commit a25ba6b

Please sign in to comment.