mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2025-03-09 22:00:31 +00:00
Ensure that mode hook is executed last
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
parent
047dd5bef0
commit
e1db7dc6fb
@ -128,8 +128,8 @@ func supportedModifierTypes(mode string) []string {
|
||||
return []string{"nvidia-hook-remover", "mode"}
|
||||
case "csv":
|
||||
// For CSV mode we support mode and feature-gated modification.
|
||||
return []string{"nvidia-hook-remover", "mode", "feature-gated"}
|
||||
return []string{"nvidia-hook-remover", "feature-gated", "mode"}
|
||||
default:
|
||||
return []string{"mode", "graphics", "feature-gated"}
|
||||
return []string{"feature-gated", "graphics", "mode"}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user