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

ashutoshp 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 c318fa8632 [Docker] Install oneflow from PyPi (#15819)
c318fa8632 is described below

commit c318fa8632ba50efed764730da59c2ae588898ce
Author: Luke Hutton <[email protected]>
AuthorDate: Wed Sep 27 09:13:32 2023 +0100

    [Docker] Install oneflow from PyPi (#15819)
    
    Installing oneflow from the current link (https://release.oneflow.info)
    seems to be broken as reported in #15754, which is impacting other
    unrelated changes in CI. This commit attempts to fix the install by
    using a version from PyPi.
---
 docker/install/ubuntu_install_oneflow.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/install/ubuntu_install_oneflow.sh 
b/docker/install/ubuntu_install_oneflow.sh
index 3eb6b7d89b..04fccd5b9c 100755
--- a/docker/install/ubuntu_install_oneflow.sh
+++ b/docker/install/ubuntu_install_oneflow.sh
@@ -22,4 +22,4 @@ set -o pipefail
 
 pip3 install flowvision==0.1.0
 
-python3 -m pip install -f https://release.oneflow.info oneflow==0.7.0+cpu
+python3 -m pip install oneflow==0.7.0

Reply via email to