Skip to content

Commit

Permalink
Remove 12.1 AMI
Browse files Browse the repository at this point in the history
  • Loading branch information
tinglvv committed Feb 4, 2025
1 parent 1697ee5 commit 4e1288e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions aws/ami/windows/scripts/Installers/Install-CUDA-Tools.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ Switch ($cudaVersion) {
$cudnn_subfolder = "cudnn-windows-x86_64-9.1.0.70_cuda11-archive"
$installerArgs += " cuda_profiler_api_$cudaVersion"
}
"12.1" {
$toolkitInstaller = "cuda_12.1.1_531.14_windows.exe"
$cudnn_subfolder = "cudnn-windows-x86_64-9.1.0.70_cuda12-archive"
$installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion"
}
"12.4" {
$toolkitInstaller = "cuda_12.4.0_551.61_windows.exe"
$cudnn_subfolder = "cudnn-windows-x86_64-9.1.0.70_cuda12-archive"
Expand Down
7 changes: 0 additions & 7 deletions aws/ami/windows/windows.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,6 @@ build {
]
}

provisioner "powershell" {
environment_vars = ["CUDA_VERSION=12.1"]
scripts = [
"${path.root}/scripts/Installers/Install-CUDA-Tools.ps1",
]
}

provisioner "powershell" {
environment_vars = ["CUDA_VERSION=12.4"]
scripts = [
Expand Down

0 comments on commit 4e1288e

Please sign in to comment.