mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-25 05:21:33 +00:00
Merge branch 'upstream-add-ngx' into 'master'
Add the 'ngx' driver capability See merge request nvidia/container-toolkit/container-toolkit!11
This commit is contained in:
commit
ad7d3dda83
@ -18,6 +18,8 @@ func capabilityToCLI(cap string) string {
|
||||
return "--video"
|
||||
case "display":
|
||||
return "--display"
|
||||
case "ngx":
|
||||
return "--ngx"
|
||||
default:
|
||||
log.Panicln("unknown driver capability:", cap)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user