jtuyls commented on a change in pull request #7350:
URL: https://github.com/apache/tvm/pull/7350#discussion_r565358680
##########
File path: docker/Dockerfile.demo_vitis_ai
##########
@@ -18,7 +18,7 @@
# CI docker VAI env
FROM xilinx/vitis-ai:latest
-RUN apt-get update --fix-missing
+RUN apt-get update --fix-missing && apt-get install -y gpg-agent
Review comment:
Thanks for suggestion @leandron . I moved the gpg-agent package
installation to the install/ubuntu_install_vitis_ai_core.sh script instead to
clear up the dockerfile.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]