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/13 04:53:01 UTC

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

yangyin1019 commented on code in PR #10973:
URL: https://github.com/apache/tvm/pull/10973#discussion_r849070097


##########
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:
   Sorry, When I use this Dockerfile to build docker image, I met this error:
   
    **Err:7 https://apt.kitware.com/ubuntu bionic InRelease
   The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6AF7F09730B3F0A4**
   So, I add this 
   RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6AF7F09730B3F0A4
   in dockrfile, and solved this error.



-- 
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