mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +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"
|
return "--video"
|
||||||
case "display":
|
case "display":
|
||||||
return "--display"
|
return "--display"
|
||||||
|
case "ngx":
|
||||||
|
return "--ngx"
|
||||||
default:
|
default:
|
||||||
log.Panicln("unknown driver capability:", cap)
|
log.Panicln("unknown driver capability:", cap)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user