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 7b9e3e5 commit 4d39525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/image/installers/install-cuda.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $cudaUri = @{
"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.0" = "12.3.0/network_installers/cuda_12.3.0_windows_network.exe"
"latest" = "12.3.0/network_installers/cuda_12.2.0_windows_network.exe"
"latest" = "12.3.0/network_installers/cuda_12.3.0_windows_network.exe"
}[$cudaVersion]

# The component tags don't include patch, so we need to map input to major.minor
Expand Down

0 comments on commit 4d39525

Please sign in to comment.