mirror of
https://github.com/beclab/Olares
synced 2026-05-24 01:08:23 +00:00
chore(cli): use preferred nvidia driver meta pkg name (#2051)
This commit is contained in:
parent
4cee006a1e
commit
58cdd7de69
1 changed files with 2 additions and 2 deletions
|
|
@ -131,8 +131,8 @@ func (t *InstallCudaDriver) Execute(runtime connector.Runtime) error {
|
|||
return errors.Wrap(err, "failed to apt-get install nvidia-open")
|
||||
}
|
||||
|
||||
if _, err := runtime.GetRunner().SudoCmd("apt-get -y install nvidia-kernel-open-575", false, true); err != nil {
|
||||
return errors.Wrap(errors.WithStack(err), "Failed to apt-get install nvidia-kernel-open-575")
|
||||
if _, err := runtime.GetRunner().SudoCmd("apt-get -y install nvidia-open-575", false, true); err != nil {
|
||||
return errors.Wrap(errors.WithStack(err), "Failed to apt-get install nvidia-open-575")
|
||||
}
|
||||
|
||||
if t.SkipNVMLCheckAfterInstall {
|
||||
|
|
|
|||
Loading…
Reference in a new issue