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/06/09 15:59:41 UTC

[GitHub] [tvm] gigiblender commented on a diff in pull request #11644: [CI] fix ci_gpu dockerfile

gigiblender commented on code in PR #11644:
URL: https://github.com/apache/tvm/pull/11644#discussion_r893694464


##########
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:
   Yes, we can. I wasn't sure if we wanted to checkout a fixed commit, and can't see any drawbacks to doing this. 



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