You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The nvidia-ctk helper program fails to parse the ldcache file for aarch64 because the list of flags in the code that parses this file is incomplete, compared to its counterpart in libnvidia-container
I was able to fix this by updating this part of the code to use flagArchAarch64 with value 0x0a00, as libnvidia-container does.