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:
Yi Zhang 2024-03-20 00:33:24 +08:00 committed by GitHub
parent 26cd3c1fb0
commit d4c8bc359e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'