Reorder nvidia driver versions.

PiperOrigin-RevId: 567031594
This commit is contained in:
Zach Koopmans
2023-09-20 11:41:32 -07:00
committed by gVisor bot
parent 539a8464f3
commit 81a42184e1
+2 -2
View File
@@ -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)