Skip to content

Commit

Permalink
Merge pull request #864 from elezar/fix_custom_config_path_handling
Browse files Browse the repository at this point in the history
Fix custom config path handling
  • Loading branch information
elezar authored Jan 15, 2025
2 parents 23b2970 + 4237556 commit bed57fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/nvcdi/lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ func New(opts ...Option) (Interface, error) {
root.WithLogger(l.logger),
root.WithDriverRoot(l.driverRoot),
root.WithLibrarySearchPaths(l.librarySearchPaths...),
root.WithConfigSearchPaths(l.configSearchPaths...),
)
if l.nvmllib == nil {
var nvmlOpts []nvml.LibraryOption
Expand Down

0 comments on commit bed57fd

Please sign in to comment.