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.
The
nvidia-ctkhelper program fails to parse theldcachefile foraarch64because the list of flags in the code that parses this file is incomplete, compared to its counterpart inlibnvidia-containerI was able to fix this by updating this part of the code to use
flagArchAarch64with value0x0a00, aslibnvidia-containerdoes.