1 Commits

Author SHA1 Message Date
Harry-zklcdc ef93c40361 [Fix] 🐛 Fix GPU Device Error at NoCard Instances #14 2025-02-15 22:00:02 +08:00
@@ -48,6 +48,7 @@ func createInstance(ip string, port int, apikey string,
}, },
Env: []string{ Env: []string{
"NVIDIA_DRIVER_CAPABILITIES=video,compute,utility", "NVIDIA_DRIVER_CAPABILITIES=video,compute,utility",
"NVIDIA_VISIBLE_DEVICES=none",
}, },
} }