You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2022/07/12 21:48:10 UTC

[tvm] 25/47: no-cache arg

This is an automated email from the ASF dual-hosted git repository.

areusch pushed a commit to branch areusch/freeze-dependencies
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 52cbd39ace4afdb620241de1bb4c7cd87c4d4f84
Author: Andrew Reusch <ar...@gmail.com>
AuthorDate: Thu Jun 9 12:13:56 2022 -0700

    no-cache arg
---
 docker/build.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docker/build.sh b/docker/build.sh
index 3ebda4741a..4042930a1b 100755
--- a/docker/build.sh
+++ b/docker/build.sh
@@ -97,8 +97,7 @@ if [[ "$1" == "--platform" ]]; then
     shift
 fi
 
-DOCKER_NO_CACHE_ARG=
-#--no-cache
+DOCKER_NO_CACHE_ARG=--no-cache
 
 if [[ "$1" == "--cache-from" ]]; then
     shift 1