Commit Graph

2 Commits

Author SHA1 Message Date
Evan Lezar
5d2f48cd42
Use oci.ContainerRoot from enable-cuda-compat
This change updates the enable-cuda-compat implementation to also use
oci.ContainerRoot.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2025-03-20 13:21:52 +02:00
Evan Lezar
13bbf71ead
Move ContainerRoot type to oci package
Thsi change moves the ContainerRoot type to the oci package and updates
state.GetContainerRootDirPath to return a variable of type ContainerRoot. This
enabled better reuse between hooks.

Signed-off-by: Evan Lezar <elezar@nvidia.com>
2025-03-20 13:21:51 +02:00