Skip to content

Commit

Permalink
Merge pull request #264 from ArangoGutierrez/smi
Browse files Browse the repository at this point in the history
Run nvidia-smi after installing the nv-drivers
  • Loading branch information
ArangoGutierrez authored Jan 22, 2025
2 parents 4d62389 + aaad50e commit b4801da
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 b4801da

Please sign in to comment.