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 17:55:16 UTC

[tvm] 16/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 0678170b3c09f1c92fec0cb1a16677ed75c4ad4a
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