From 529b1afb2a9cf1be096b264cd871f2dca19d6e1f Mon Sep 17 00:00:00 2001 From: YAN Wenkun Date: Tue, 26 Mar 2024 10:57:32 +0800 Subject: [PATCH] Rehaul step1 --- step1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step1.sh b/step1.sh index ac2e895..3a842e6 100644 --- a/step1.sh +++ b/step1.sh @@ -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 \