Lunderberg commented on code in PR #10973: URL: https://github.com/apache/tvm/pull/10973#discussion_r848500561
########## docker/Dockerfile.demo_vitis_ai: ########## @@ -18,6 +18,8 @@ # Main Vitis AI docker env FROM xilinx/vitis-ai:1.4.916 +RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6AF7F09730B3F0A4 Review Comment: Can you add a comment describing which key this is, why it needs to be added? Searching for the key finds [this stackoverflow post](https://askubuntu.com/a/1390307), suggesting that it is related to kitware/cmake key, but it would be good to have that information in the file as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
