nvidia-container-toolkit/internal/runtime
Evan Lezar 991b9c222f
Skip graphics modifier in CSV mode
In CSV mode the CSV files at /etc/nvidia-container-runtime/host-files-for-container.d/
should be the source of truth for container modifications. This change skips graphics
modifications to a container. This prevents conflicts when handling files such as
vulkan icd files which are already defined in the CSV file.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2025-01-22 13:58:31 +01:00
..
api.go Implement runtime package for creating runtime CLI 2023-02-13 16:09:46 +01:00
logger_test.go Define a basic logger interface 2023-06-12 10:46:10 +02:00
logger.go Fix bug in argument parsing for logger creation 2024-07-01 12:03:53 +02:00
runtime_factory_test.go Create root.Driver instance at first usage 2024-04-03 15:03:33 +02:00
runtime_factory.go Skip graphics modifier in CSV mode 2025-01-22 13:58:31 +01:00
runtime.go Reduce logging for the NVIDIA Container runtime 2024-07-01 12:12:38 +02:00