From 5b76ced0973b429f394fa0f234d44c3033a6a531 Mon Sep 17 00:00:00 2001 From: Jambay Kinley Date: Thu, 6 Feb 2025 18:44:33 +0000 Subject: [PATCH] use mcr ubuntu image --- .../job_templates/olive-example-linux-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure_pipelines/job_templates/olive-example-linux-template.yaml b/.azure_pipelines/job_templates/olive-example-linux-template.yaml index 088daff83..b470b5491 100644 --- a/.azure_pipelines/job_templates/olive-example-linux-template.yaml +++ b/.azure_pipelines/job_templates/olive-example-linux-template.yaml @@ -7,7 +7,7 @@ parameters: device: 'cpu' dockerfile: '.azure_pipelines/dockerfiles/linux-cpu.dockerfile' docker_image: 'olive-pipeline:latest' - base_image: 'ubuntu:22.04' + base_image: 'mcr.microsoft.com/mirror/docker/library/ubuntu:22.04' trt_version: '' onnxruntime: 'onnxruntime' subfolder: 'local'