mirror of
https://github.com/XShengTech/MEGREZ.git
synced 2026-01-14 09:07:16 +08:00
[Fix] 🐛 Fix GPU Device Error at NoCard Instances #14
This commit is contained in:
parent
716764a86d
commit
ef93c40361
@ -48,6 +48,7 @@ func createInstance(ip string, port int, apikey string,
|
||||
},
|
||||
Env: []string{
|
||||
"NVIDIA_DRIVER_CAPABILITIES=video,compute,utility",
|
||||
"NVIDIA_VISIBLE_DEVICES=none",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user