Skip to content

Commit

Permalink
Run nvidia-smi after installing the nv-drivers
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>
  • Loading branch information
ArangoGutierrez committed Jan 22, 2025
1 parent b0f8bf7 commit aaad50e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/provisioner/templates/nv-driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ sudo dpkg -i cuda-keyring_1.1-1_all.deb
with_retry 3 10s sudo apt-get update
install_packages_with_retry cuda-drivers
nvidia-smi -L
`

type NvDriver struct {
Expand Down

0 comments on commit aaad50e

Please sign in to comment.