tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[Bug] Missing key in Vitis Ai docker demo

Open mimodekjaer opened this issue 1 year ago • 1 comments

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

  • dev:tools
  • dev:ci

mimodekjaer avatar Apr 25 '24 14:04 mimodekjaer

Is there anything missing, to somehow get an answer or is the support for the docker droped?

mimodekjaer avatar May 07 '24 08:05 mimodekjaer