onnxruntime icon indicating copy to clipboard operation
onnxruntime copied to clipboard

Replace references to onnxruntime 'master' with 'main' in Dockerfiles.

Open edgchen1 opened this issue 3 years ago • 0 comments

Description Replace references to onnxruntime 'master' with 'main' in Dockerfiles.

Motivation and Context Fix some remaining references to 'master' after the branch got renamed.

Addressed instances found with git grep -n master -- $(git ls-files *Dockerfile*)

edgchen1 avatar Aug 11 '22 01:08 edgchen1