Skip to content

Commit 2a49221

Browse files
committed
.
1 parent f25590a commit 2a49221

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.pipelines/azdo-ci-build-train.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ stages:
2323
jobs:
2424
- job: "Model_CI_Pipeline"
2525
displayName: "Model CI Pipeline"
26-
container: mcr.microsoft.com/mlops/python:latest
26+
container:
27+
image: acralgattik86.azurecr.io/public/mlops/python:latest
28+
endpoint: ContainerRegistry
2729
timeoutInMinutes: 0
2830
steps:
2931
- template: azdo-base-pipeline.yml

.pipelines/azdo-pr-build-train.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ pr:
77
pool:
88
vmImage: 'ubuntu-latest'
99

10-
container: mcr.microsoft.com/mlops/python:latest
10+
container:
11+
image: acralgattik86.azurecr.io/public/mlops/python:latest
12+
endpoint: ContainerRegistry
1113

1214
variables:
1315
- template: azdo-variables.yml
1416
- group: devopsforai-aml-vg
1517

1618
steps:
17-
- template: azdo-base-pipeline.yml
19+
- template: azdo-base-pipeline.yml

0 commit comments

Comments
 (0)