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 @@ ...@@ -22,7 +22,7 @@
# THE SOFTWARE. # THE SOFTWARE.
##################################################################################### #####################################################################################
cd /onnxruntime cd /onnxruntime
pip3 install -r requirements.txt pip3 install -r requirements-dev.txt
# Add newer cmake to the path # Add newer cmake to the path
export PATH="/opt/cmake/bin:$PATH" export PATH="/opt/cmake/bin:$PATH"
export CXXFLAGS="-D__HIP_PLATFORM_HCC__=1 -w" 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