You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/12 14:32:07 UTC

[GitHub] [tvm] Lunderberg commented on a diff in pull request #10973: [ISSUE] fix docker install bug

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org