fix mps env var for chroot#1143
Conversation
✅ Deploy Preview for dra-driver-nvidia-gpu ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: guptaNswati The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
| if [ -x /driver-root/bin/sh ] || [ -x /driver-root/usr/bin/sh ]; then | ||
| # Use chroot to avoid library mismatch between container and host | ||
| # when driver root is / (default value) or /run/nvidia/driver (default location for driver installation by GPU Operator) | ||
| # Export the paths explicitly for the chroot environment |
There was a problem hiding this comment.
these are set via CDI edits that we generate. May be you have CDI disabled on your system?
There was a problem hiding this comment.
need to check that. i have lost access to the system.
What type of PR is this?
/kind bug
What this PR does / why we need it:
Special notes for your reviewer:
Found MPS daemon crashlooping because of missing env
Does this PR introduce a user-facing change?
Additional documentation (design docs, usage docs, etc.):
Tested on GB10 and A30.
After setting the env