mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
Fix Training CPU docker image name to avoid unnecessary rebuilding (#19973)
### Description The docker image name was fixed, but the docker argument was different in different job. It would trigger rebuilding the docker image almost every time!!!
This commit is contained in:
parent
26cd3c1fb0
commit
d4c8bc359e
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ stages:
|
|||
--build-arg PYTHON_VERSION=$(PythonVersion)
|
||||
--build-arg INSTALL_DEPS_EXTRA_ARGS=-tu
|
||||
--build-arg BUILD_UID=$(id -u)
|
||||
Repository: onnxruntimetrainingcpubuild
|
||||
Repository: onnxruntimetrainingcpubuild_$(PythonVersion)
|
||||
|
||||
- task: CmdLine@2
|
||||
displayName: 'build onnxruntime'
|
||||
|
|
|
|||
Loading…
Reference in a new issue