Skip to content

Commit

Permalink
change compiler parameter for NVidia cuda toolkit silent installation (
Browse files Browse the repository at this point in the history
…adoptium#3582)

Co-authored-by: Scott Fryer <[email protected]>
  • Loading branch information
AswathySK and steelhead31 authored Jun 6, 2024
1 parent 28b28f7 commit 7b4fa1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
tags: NVidia_Cuda_Toolkit

- name: Install NVidia CUDA toolkit - Windows 10
win_shell: C:\temp\cuda_9.1.85_win10_network.exe -s compiler_9.1 nvml_dev_9.1
win_shell: C:\temp\cuda_9.1.85_win10_network.exe -s nvcc_9.1 nvml_dev_9.1
when: (not cuda_installed.stat.exists and ansible_distribution_major_version == "10")
tags: NVidia_Cuda_Toolkit

Expand Down

0 comments on commit 7b4fa1c

Please sign in to comment.