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/05/18 00:00:16 UTC

[tvm] 17/36: fixup! Rename i386 to x86

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 3b1182b25e5a1c63976776b6697781f8247c14bb
Author: Andrew Reusch <ar...@gmail.com>
AuthorDate: Thu May 12 17:13:19 2022 -0700

    fixup! Rename i386 to x86
---
 docker/Dockerfile.base_x86 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/Dockerfile.base_x86 b/docker/Dockerfile.base_x86
index ef9fafdfbc..5572e0f031 100644
--- a/docker/Dockerfile.base_x86
+++ b/docker/Dockerfile.base_x86
@@ -32,6 +32,6 @@ ENV RUSTUP_HOME /opt/rust
 ENV CARGO_HOME /opt/rust
 ENV PATH $PATH:$CARGO_HOME/bin
 
-COPY python/bootstrap-requirements.txt /install/python/bootstrap-requirements.txt
+COPY python/bootstrap-requirements-x86.txt /install/python/bootstrap-requirements.txt
 COPY install/ubuntu1804_install_python.sh /install/ubuntu1804_install_python.sh
 RUN bash /install/ubuntu1804_install_python.sh