We trialled running the AVP demo on Local Hardware.
The following error occurs even if blueprint configure is executed with --ask-become-pass

(onsite-avp-ewaol: NVIDIA Jetson Orin AGX (arm64), Ubuntu 22.04.5 LTS)
Why is this error occurring on Local Hardware? Is it because of ubuntu?
This may be Ubuntu only, but you might want to add the following workarounds to the procedere.
Workaround:
Change the sudoers file on all hosts
$ sudo visudo
# Allow members of group sudo to execute any command
# %sudo ALL=(ALL:ALL) ALL
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
We trialled running the AVP demo on Local Hardware.
The following error occurs even if
blueprint configureis executed with--ask-become-pass(onsite-avp-ewaol: NVIDIA Jetson Orin AGX (arm64), Ubuntu 22.04.5 LTS)
Why is this error occurring on Local Hardware? Is it because of ubuntu?
This may be Ubuntu only, but you might want to add the following workarounds to the procedere.
Workaround:
Change the sudoers file on all hosts