You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("unsupported confidential GPU type %s, please retry with one of the supported confidential GPU types: %v", gpuType.String(), supportedCGPUTypes)
returnfmt.Errorf("failed to install gpu drivers: %v", err)
199
-
}
200
-
} else {
201
-
logger.Info("Confidential GPU support experiment flag is not enabled for this project. Ensure that it is enabled when tee-install-gpu-driver is set to true")
202
-
returnfmt.Errorf("confidential gpu support experiment flag is not enabled")
returnfmt.Errorf("failed to install gpu drivers: %v", err)
242
+
}
243
+
} else {
244
+
logger.Error("Confidential GPU support experiment flag is not enabled for this project. Ensure that it is enabled when tee-install-gpu-driver is set to true")
245
+
returnfmt.Errorf("confidential gpu support experiment flag is not enabled")
246
+
}
247
+
} else {
248
+
deviceInfo, _:=deviceinfo.GetGPUTypeInfo()
249
+
ifdeviceInfo!=deviceinfo.NO_GPU {
250
+
logger.Error("GPU is attached, tee-install-gpu-driver is not set")
251
+
returnfmt.Errorf("tee-install-gpu-driver is expected to set to true when GPU is attached")
0 commit comments