mirror of
https://github.com/NVIDIA/nvidia-container-toolkit
synced 2024-11-22 00:08:11 +00:00
Use devRoot
for discovering character devices on Tegra platforms
Signed-off-by: Jared Baur <jaredbaur@fastmail.com>
This commit is contained in:
parent
99b3050d20
commit
95b8ebc297
@ -38,7 +38,7 @@ func (o tegraOptions) newDiscovererFromCSVFiles() (discover.Discover, error) {
|
||||
|
||||
devices := discover.NewCharDeviceDiscoverer(
|
||||
o.logger,
|
||||
o.driverRoot,
|
||||
o.devRoot,
|
||||
targetsByType[csv.MountSpecDev],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user