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/05/31 19:58:56 UTC

[GitHub] [tvm] driazati commented on a diff in pull request #11470: [ci] Remove apt cache from the docker images

driazati commented on code in PR #11470:
URL: https://github.com/apache/tvm/pull/11470#discussion_r886080749


##########
docker/install/ubuntu_install_zephyr.sh:
##########
@@ -38,10 +39,12 @@ sudo apt-key add kitware-archive-latest.asc
 
 echo deb https://apt.kitware.com/ubuntu/ bionic main\
      >> /etc/apt/sources.list.d/kitware.list
-sudo apt-get update
+sudo apt-get update --fix-missing

Review Comment:
   It'd be simpler if we just didn't `apt update` at all and just leave it to happen in the Dockerfile level, would that also work?



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