We trialled running the AVP demo on Local Hardware.
The following error occurs in blueprint configure command.

(onsite-avp-render: Laptop PC (amd64), Ubuntu 22.04.5 LTS)
Maybe if NVIDIA driver is already installed, is this causing the error?
Is there any way to avoid this error? (Can this be fixed by modifying the script?)
It may not be relevant, but nvidia_driver_install variable is false in onsite-inventory.yml.
Workaround:
Comment out the Nvidia drivirs installation task in configure.yaml
# - name: xronos_nvidia_drivers_ansible
# role: xronos_nvidia_drivers_ansible
# vars:
# nvidia_driver_install: true
# nvidia_install_container: "{{ avp_k3s_use_gpu }}"
# nvidia_driver_type: grid
# nvidia_grid_version: 550.144.03
# nvidia_grid_release: 17.5
We trialled running the AVP demo on Local Hardware.
The following error occurs in
blueprint configurecommand.(onsite-avp-render: Laptop PC (amd64), Ubuntu 22.04.5 LTS)
Maybe if NVIDIA driver is already installed, is this causing the error?
Is there any way to avoid this error? (Can this be fixed by modifying the script?)
It may not be relevant, but
nvidia_driver_installvariable is false inonsite-inventory.yml.Workaround:
Comment out the Nvidia drivirs installation task in
configure.yaml