From 357a51c75cab5b030d5b16dd63bf689357069c11 Mon Sep 17 00:00:00 2001 From: Changming Sun Date: Tue, 3 Nov 2020 12:01:36 -0800 Subject: [PATCH] Update python packaging pipeline's docker image (#5680) --- .../github/azure-pipelines/templates/py-packaging-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml b/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml index e6e4773d35..7e4f4d693c 100644 --- a/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml +++ b/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml @@ -181,7 +181,7 @@ stages: --volume $HOME/.onnx:/home/onnxruntimedev/.onnx \ -e NIGHTLY_BUILD \ -e BUILD_BUILDNUMBER \ - onnxruntimeregistry.azurecr.io/internal/azureml/onnxruntimecpubuild:ch9j \ + onnxruntimeregistry.azurecr.io/internal/azureml/onnxruntimecpubuild:chan \ $(python.manylinux.dir)/bin/python3 /onnxruntime_src/tools/ci_build/build.py \ --build_dir /build --cmake_generator Ninja \ --config Release \