mirror of
https://github.com/XShengTech/MEGREZ.git
synced 2026-01-14 09:07:16 +08:00
[Perf] 🚀 Add NVIDIA Capability of Video #6
This commit is contained in:
parent
334da39fbf
commit
00d2539cbb
@ -45,6 +45,9 @@ func createInstance(ip string, port int, apikey string,
|
||||
"8080", // Code-Server
|
||||
"34567", // Custom Port
|
||||
},
|
||||
Env: []string{
|
||||
"NVIDIA_DRIVER_CAPABILITIES=video,compute,utility",
|
||||
},
|
||||
}
|
||||
|
||||
if volumeName != "" {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user