Skip to content

Commit

Permalink
fix(cuda): install NVML development library (#4621)
Browse files Browse the repository at this point in the history
Signed-off-by: ito-san <[email protected]>
  • Loading branch information
ito-san authored Apr 16, 2024
1 parent 9866356 commit 038f8a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/cuda/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- libcusparse-dev-{{ cuda__dash_case_cuda_version.stdout }}
- libcublas-dev-{{ cuda__dash_case_cuda_version.stdout }}
- libcurand-dev-{{ cuda__dash_case_cuda_version.stdout }}
- cuda-nvml-dev-{{ cuda__dash_case_cuda_version.stdout }}
update_cache: true
when: install_devel == 'true'

Expand Down

0 comments on commit 038f8a6

Please sign in to comment.