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

[tvm] 34/47: add-apt-repository

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 d0eb54feb0211e027debbb9dd6b41371e7fceffb
Author: Andrew Reusch <ar...@gmail.com>
AuthorDate: Mon Jun 27 13:53:18 2022 -0700

    add-apt-repository
---
 docker/install/ubuntu_install_core.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker/install/ubuntu_install_core.sh b/docker/install/ubuntu_install_core.sh
index 563c008da0..058061b9b2 100755
--- a/docker/install/ubuntu_install_core.sh
+++ b/docker/install/ubuntu_install_core.sh
@@ -44,6 +44,7 @@ apt-get update && apt-install-and-clear -y --no-install-recommends \
     ninja-build \
     parallel \
     pkg-config \
+    software-properties-common \
     sudo \
     unzip \
     wget \