Skip to content
Snippets Groups Projects
Unverified Commit c527d55e authored by Shenghang Tsai's avatar Shenghang Tsai Committed by GitHub
Browse files

piprepo->pipindex (#5517)

* piprepo->pipindex

* refine

* save
parent 9779e083
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,8 @@ if [ -n "$index" ]; then
elif [ -d "$wheel_path" ]; then
ls -la $wheel_path
export PATH=/root/.local/bin:$PATH
python3 -m pip install piprepo==0.1.3 --user
piprepo build $wheel_path
python3 -m pip install https://oneflow-static.oss-cn-beijing.aliyuncs.com/pipindex/pipindex-0.1.3-py2.py3-none-any.whl --user
pipindex build $wheel_path
python3 -m pip install -U --user --extra-index-url file://${wheel_path}/simple ${pkg_name}
elif [ -e "$wheel_path" ]; then
python3 -m pip install --user "$wheel_path"
......
......@@ -6,4 +6,4 @@ pycocotools
opencv-python==4.2.0.34
scipy
pillow
piprepo
https://oneflow-static.oss-cn-beijing.aliyuncs.com/pipindex/pipindex-0.1.3-py2.py3-none-any.whl
......@@ -7,4 +7,4 @@ opencv-python==4.2.0.34
scipy
pillow
tensorflow-addons==0.9.1
piprepo
https://oneflow-static.oss-cn-beijing.aliyuncs.com/pipindex/pipindex-0.1.3-py2.py3-none-any.whl
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment