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:15 UTC

[tvm] 30/47: remove torch from i386

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 a7fe6a5624746656df114ebd5c79a745ff98f747
Author: Andrew Reusch <ar...@gmail.com>
AuthorDate: Tue Jun 21 12:11:20 2022 -0700

    remove torch from i386
---
 docker/Dockerfile.ci_i386 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docker/Dockerfile.ci_i386 b/docker/Dockerfile.ci_i386
index ee8849128c..3babb10360 100644
--- a/docker/Dockerfile.ci_i386
+++ b/docker/Dockerfile.ci_i386
@@ -59,7 +59,6 @@ COPY python/build/pyproject.toml /install/python/pyproject.toml
 COPY python/build/poetry.lock /install/python/poetry.lock
 COPY install/ubuntu_install_python_package.sh /install/ubuntu_install_python_package.sh
 RUN bash /install/ubuntu_install_python_package.sh \
-    -E tvmc \
     -E xgboost \
     ;