Skip to content

Commit 534b57f

Browse files
mszhanyirohan11235813
authored andcommitted
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!!!
1 parent f5be059 commit 534b57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_build/github/azure-pipelines/orttraining-py-packaging-pipeline-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ stages:
4646
--build-arg PYTHON_VERSION=$(PythonVersion)
4747
--build-arg INSTALL_DEPS_EXTRA_ARGS=-tu
4848
--build-arg BUILD_UID=$(id -u)
49-
Repository: onnxruntimetrainingcpubuild
49+
Repository: onnxruntimetrainingcpubuild_$(PythonVersion)
5050

5151
- task: CmdLine@2
5252
displayName: 'build onnxruntime'

0 commit comments

Comments
 (0)