mirror of
				https://github.com/NVIDIA/nvidia-container-toolkit
				synced 2025-06-26 18:18:24 +00:00 
			
		
		
		
	Ensure that mode hook is executed last
Signed-off-by: Evan Lezar <elezar@nvidia.com>
This commit is contained in:
		
							parent
							
								
									70b1f5af98
								
							
						
					
					
						commit
						2adef9903e
					
				@ -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