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/01 17:55:23 UTC

[tvm] branch areusch/freeze-dependencies updated: fixup! unify python installation script

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


The following commit(s) were added to refs/heads/areusch/freeze-dependencies by this push:
     new 4908afdc9d fixup! unify python installation script
4908afdc9d is described below

commit 4908afdc9d478779bb6c30fca23341fb6fb5ee19
Author: Andrew Reusch <ar...@gmail.com>
AuthorDate: Fri Jul 1 10:55:15 2022 -0700

    fixup! unify python installation script
---
 docker/install/ubuntu_install_python.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docker/install/ubuntu_install_python.sh b/docker/install/ubuntu_install_python.sh
index f617e5872d..48e327a8cc 100755
--- a/docker/install/ubuntu_install_python.sh
+++ b/docker/install/ubuntu_install_python.sh
@@ -54,5 +54,4 @@ pip3 config set global.no-cache-dir false
 # Now install the remaining base packages.
 pip3 install \
      --require-hashes \
-     -r /install/python/bootstrap/lockfiles/requirements-${PYTHON_VERSION}.txt \
      -c /install/python/bootstrap/lockfiles/constraints-${PYTHON_VERSION}.txt