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 4b00b0d6dfe91b4d9cc3dbb125d320877c65c07e Author: Andrew Reusch <[email protected]> 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
