Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dockerfiles/Dockerfile.source to avoid installing onnx (micros…
…oft#17975) ### Description Update dockerfiles/Dockerfile.source to avoid installing onnx python package. ONNX is not listed in https://github.com/microsoft/onnxruntime/blob/main/requirements.txt.in. We do not have to install it. Especially when we do not run tests, the package provides no help when building onnxruntime from source. ### Motivation and Context Resolve microsoft#17781
- Loading branch information