We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a49221 commit 5c3c3e0Copy full SHA for 5c3c3e0
2 files changed
.pipelines/azdo-ci-build-train.yml
@@ -24,7 +24,7 @@ stages:
24
- job: "Model_CI_Pipeline"
25
displayName: "Model CI Pipeline"
26
container:
27
- image: acralgattik86.azurecr.io/public/mlops/python:latest
+ image: acralgattik86.azurecr.io/xxx
28
endpoint: ContainerRegistry
29
timeoutInMinutes: 0
30
steps:
.pipelines/azdo-pr-build-train.yml
@@ -8,7 +8,7 @@ pool:
8
vmImage: 'ubuntu-latest'
9
10
11
12
13
14
variables:
0 commit comments