This is an automated email from the ASF dual-hosted git repository.

areusch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 849b2f9709 [CI][AArch64] Enable ONNX installation in ci_arm image 
(#12438)
849b2f9709 is described below

commit 849b2f97099aa3af6210a4c681742789606f7408
Author: Leandro Nunes <leandro.nu...@arm.com>
AuthorDate: Mon Aug 15 16:46:38 2022 +0100

    [CI][AArch64] Enable ONNX installation in ci_arm image (#12438)
    
    This patch enables ONNX and dependencies installation on ci_arm as
    a way to enable ONNX and Torch testing.
    
    Change-Id: I818db28dea2a3d4ae66e775aa15f7ed2f059d673
---
 docker/Dockerfile.ci_arm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docker/Dockerfile.ci_arm b/docker/Dockerfile.ci_arm
index b7aaba47f4..90fbef4d44 100644
--- a/docker/Dockerfile.ci_arm
+++ b/docker/Dockerfile.ci_arm
@@ -75,6 +75,10 @@ RUN bash /install/ubuntu_install_boost.sh
 COPY install/ubuntu_install_caffe.sh /install/ubuntu_install_caffe.sh
 RUN bash /install/ubuntu_install_caffe.sh
 
+# ONNX
+COPY install/ubuntu_install_onnx.sh /install/ubuntu_install_onnx.sh
+RUN bash /install/ubuntu_install_onnx.sh
+
 # AutoTVM deps
 COPY install/ubuntu_install_redis.sh /install/ubuntu_install_redis.sh
 RUN bash /install/ubuntu_install_redis.sh

Reply via email to