[Bug] Missing key in Vitis Ai docker demo #16928
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Expected behavior
That the docker can run without issue
Actual behavior
When I try to run the command ./docker/build.sh demo_vitis_ai bash, from the guide I get an error 3/21, RUN apt-get update --fix-missing .
I get the error "W: GPG error: https://apt.kitware.com/ubuntu bionic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1A127079A92F09ED"
If I add the line "RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1A127079A92F09ED" to the docker, it fails at the step "bash /install/ubuntu_install_llvm.sh"
Environment
I tried on two linux distibutions (pop os and nixos) on diffent machines, the docker versions are 25.0.5 and 24.0.5
Steps to reproduce
I followed the guide from https://tvm.apache.org/docs/how_to/deploy/vitis_ai.html, and it happens in the first docker
Triage
The text was updated successfully, but these errors were encountered: