Skip to content

Commit

Permalink
Fix dcgmi diag (#40)
Browse files Browse the repository at this point in the history
* Fix dcgmi diag

In order to have the dcgmi diag it is necessary to set the right
path for the NVVS_BIN_PATH and LD_LIBRARY_PATH

* - fix LD_LIBRARY_PATH to include the standard value

* Add global env for NVVS_BIN_PATH and LD_LIBRARY_PATH

* remove custom LD_LIBRARY_PATH
  • Loading branch information
gabrielcocenza authored Oct 9, 2024
1 parent 6845501 commit 05fc584
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ platforms:
arm64:
build-on: [arm64]
build-for: [arm64]
environment:
NVVS_BIN_PATH: $SNAP/usr/share/nvidia-validation-suite/
grade: stable
confinement: strict
source-code: https://github.com/canonical/dcgm-snap
Expand Down

0 comments on commit 05fc584

Please sign in to comment.