[Fix] 🐛 Fix GPU Device Error at NoCard Instances #14

This commit is contained in:
Harry-zklcdc 2025-02-15 22:00:02 +08:00
parent 716764a86d
commit ef93c40361

View File

@ -48,6 +48,7 @@ func createInstance(ip string, port int, apikey string,
},
Env: []string{
"NVIDIA_DRIVER_CAPABILITIES=video,compute,utility",
"NVIDIA_VISIBLE_DEVICES=none",
},
}