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 9cc3bae4ca no tty
9cc3bae4ca is described below
commit 9cc3bae4ca5352b0cdc855c2626d14ed0f9f3855
Author: Andrew Reusch <[email protected]>
AuthorDate: Thu May 12 16:41:48 2022 -0700
no tty
---
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 faf302fb40..fa56c37e57 100755
--- a/docker/build-base-images.sh
+++ b/docker/build-base-images.sh
@@ -20,7 +20,7 @@ for docker_file in "${IMAGES[@]}"; do
$(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 \
+ $(dirname $0)/bash.sh -i "tvm.base_${arch}:latest" python3
docker/freeze_deps.py \
--ci-constraints=docker/ci-constraints.txt \
--gen-requirements-py=python/gen_requirements.py \
--template-pyproject-toml=pyproject.toml \