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
The following commit(s) were added to refs/heads/areusch/freeze-dependencies by
this push:
new 6cb8f416c6 don't need --platform anymore
6cb8f416c6 is described below
commit 6cb8f416c6d5110e268501d9c5f29a53e8e5c916
Author: Andrew Reusch <[email protected]>
AuthorDate: Thu May 12 16:26:17 2022 -0700
don't need --platform anymore
---
docker/build-base-images.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/build-base-images.sh b/docker/build-base-images.sh
index 84366c4880..faf302fb40 100755
--- a/docker/build-base-images.sh
+++ b/docker/build-base-images.sh
@@ -17,7 +17,7 @@ for docker_file in "${IMAGES[@]}"; do
git check-ignore "${docker_file}" && continue || /bin/true
arch=${docker_file#"$(dirname $0)/Dockerfile.base_"}
echo "Building base image for architecture ${arch}"
- $(dirname $0)/build.sh "base_${arch}" --platform "${arch}"
+ $(dirname $0)/build.sh "base_${arch}" # --platform "${arch}"
# NOTE: working dir inside docker is repo root.
$(dirname $0)/bash.sh -it "tvm.base_${arch}:latest" python3
docker/freeze_deps.py \