Skip to content

Commit

Permalink
Fix Training CPU docker image name to avoid unnecessary rebuilding (m…
Browse files Browse the repository at this point in the history
…icrosoft#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!!!
  • Loading branch information
mszhanyi authored Mar 19, 2024
1 parent 26cd3c1 commit d4c8bc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d4c8bc3

Please sign in to comment.