File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,11 @@ Switch ($cudaVersion) {
34
34
$cudnn_subfolder = " cudnn-windows-x86_64-9.1.0.70_cuda12-archive"
35
35
$installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion "
36
36
}
37
+ " 12.6" {
38
+ $toolkitInstaller = " cuda_12.6.2_560.94_windows.exe"
39
+ $cudnn_subfolder = " cudnn-windows-x86_64-9.5.0.50_cuda12-archive"
40
+ $installerArgs += " cuda_profiler_api_$cudaVersion nvjitlink_$cudaVersion "
41
+ }
37
42
}
38
43
39
44
Original file line number Diff line number Diff line change @@ -120,6 +120,13 @@ build {
120
120
]
121
121
}
122
122
123
+ provisioner "powershell" {
124
+ environment_vars = [" CUDA_VERSION=12.6" ]
125
+ scripts = [
126
+ " ${ path . root } /scripts/Installers/Install-CUDA-Tools.ps1" ,
127
+ ]
128
+ }
129
+
123
130
# Uninstall Windows Defender, it brings more trouble than it's worth. Do this
124
131
# last as it screws up the installation of other services like sshd somehow
125
132
provisioner "powershell" {
You can’t perform that action at this time.
0 commit comments