mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Reorder nvidia driver versions.
PiperOrigin-RevId: 567031594
This commit is contained in:
committed by
gVisor bot
parent
539a8464f3
commit
81a42184e1
@@ -41,9 +41,9 @@ func Register(vfsObj *vfs.VirtualFilesystem, uvmDevMajor uint32) error {
|
||||
}
|
||||
switch version {
|
||||
case
|
||||
"525.125.06",
|
||||
"525.60.13",
|
||||
"525.105.17":
|
||||
"525.105.17",
|
||||
"525.125.06":
|
||||
log.Infof("Nvidia driver version: %s", version)
|
||||
default:
|
||||
return fmt.Errorf("unsupported Nvidia driver version: %s", version)
|
||||
|
||||
Reference in New Issue
Block a user