File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ stages:
23
23
jobs :
24
24
- job : " Model_CI_Pipeline"
25
25
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
27
29
timeoutInMinutes : 0
28
30
steps :
29
31
- template : azdo-base-pipeline.yml
Original file line number Diff line number Diff line change 7
7
pool :
8
8
vmImage : ' ubuntu-latest'
9
9
10
- container : mcr.microsoft.com/mlops/python:latest
10
+ container :
11
+ image : acralgattik86.azurecr.io/public/mlops/python:latest
12
+ endpoint : ContainerRegistry
11
13
12
14
variables :
13
15
- template : azdo-variables.yml
14
16
- group : devopsforai-aml-vg
15
17
16
18
steps :
17
- - template : azdo-base-pipeline.yml
19
+ - template : azdo-base-pipeline.yml
You can’t perform that action at this time.
0 commit comments