driazati commented on code in PR #11644: URL: https://github.com/apache/tvm/pull/11644#discussion_r893696753
########## docker/install/ubuntu_install_papi.sh: ########## @@ -23,11 +23,12 @@ set -o pipefail apt-get update --fix-missing # deps -apt-get install -y linux-tools-common linux-tools-generic +apt-get install -y linux-tools-common linux-tools-generic kmod cd / git clone https://bitbucket.org/icl/papi.git cd papi/src Review Comment: we haven't been super great about it but I think we should be doing it everywhere, if we want to be rebuilding the docker images from the base PR every time to avoid the 2-PRs-to-update-Docker problem we need to get them as stable as we can -- 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]
