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

(onsite-avp-builder: NVIDIA Jetson Orin AGX (arm64), Ubuntu 22.04.5 LTS)
Maybe if docker is already installed, is this causing the error?
$ cat /etc/apt/sources.list.d/docker.list.d/docker.list
deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu jammy stable
$ cat /etc/apt/sources.list.d/download_docker_com_linux_ubuntu.list
deb [signed-by=/etc/apt/trusted.gpg.d/docker.asc] https://download.docker.com/linux/ubuntu jammy stable
Is there any way to avoid this error? (Can this be fixed by modifying the script?)
Workaround:
Delete docker.list
sudo rm /etc/apt/sources.list.d/docker.list
docker.list was probably a file created when we manually installed Docker
We trialled running the AVP demo on Local Hardware.
The following error occurs in
blueprint configurecommand.(onsite-avp-builder: NVIDIA Jetson Orin AGX (arm64), Ubuntu 22.04.5 LTS)
Maybe if docker is already installed, is this causing the error?
Is there any way to avoid this error? (Can this be fixed by modifying the script?)
Workaround:
Delete
docker.listdocker.list was probably a file created when we manually installed Docker