We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 771ac6b commit c802c30Copy full SHA for c802c30
cmd/nvidia-ctk/system/print-ldcache/print-ldcache.go
cmd/nvidia-ctk/system/system.go
@@ -21,7 +21,6 @@ import (
21
22
devchar "github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-ctk/system/create-dev-char-symlinks"
23
devicenodes "github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-ctk/system/create-device-nodes"
24
- ldcache "github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-ctk/system/print-ldcache"
25
"github.com/NVIDIA/nvidia-container-toolkit/internal/logger"
26
)
27
@@ -47,7 +46,6 @@ func (m command) build() *cli.Command {
47
46
system.Subcommands = []*cli.Command{
48
devchar.NewCommand(m.logger),
49
devicenodes.NewCommand(m.logger),
50
- ldcache.NewCommand(m.logger),
51
}
52
53
return &system
0 commit comments