"src/vscode:/vscode.git/clone" did not exist on "abb27ba03e8021ad78f0eee2b19bb501ab4c7015"
Unverified Commit 67f23675 authored by Ted Themistokleous's avatar Ted Themistokleous Committed by GitHub
Browse files

Requirements.txt obselete, now split into different requirements files (#1564)

Use requirements-dev.txt instead of the other instances
parent 4e11431d
......@@ -22,7 +22,7 @@
# THE SOFTWARE.
#####################################################################################
cd /onnxruntime
pip3 install -r requirements.txt
pip3 install -r requirements-dev.txt
# Add newer cmake to the path
export PATH="/opt/cmake/bin:$PATH"
export CXXFLAGS="-D__HIP_PLATFORM_HCC__=1 -w"
......
Markdown is supported
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