Skip to content

Commit

Permalink
Rehaul step1
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Mar 26, 2024
1 parent 8cd8b4b commit 529b1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
--extra-index-url https://pypi.org/simple

./python.exe -s -m pip install \
-r requirements.txt
-r "$workdir"/requirements.txt

./python.exe -s -m pip install \
--force-reinstall onnxruntime-gpu \
Expand Down

0 comments on commit 529b1af

Please sign in to comment.