driazati commented on code in PR #11644: URL: https://github.com/apache/tvm/pull/11644#discussion_r893685775
########## 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: could we also pin to the current hash here with `git checkout <hash>` or something so this doesn't randomly pop up in the future? -- 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]
