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 \