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 b1a30cb80de45bd79d13043d5feafcb8178f6335 Author: Andrew Reusch <[email protected]> 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 \ ;
