mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 08:18:32 +00:00
Add the 'ngx' driver capability
Signed-off-by: Kevin Klues <kklues@nvidia.com>
This commit is contained in:
parent
d112fbd98a
commit
d3aee3e092
@ -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