Skip to content

Commit

Permalink
[Docker] Install oneflow from PyPi (#15819)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lhutton1 authored Sep 27, 2023
1 parent d5fab9e commit c318fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_oneflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c318fa8

Please sign in to comment.