Skip to content

Commit 3ba351c

Browse files
committed
.
1 parent 5c3c3e0 commit 3ba351c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ stages:
2424
- job: "Model_CI_Pipeline"
2525
displayName: "Model CI Pipeline"
2626
container:
27-
image: acralgattik86.azurecr.io/xxx
27+
image: acralgattik86.azurecr.io/xxy
2828
endpoint: ContainerRegistry
2929
timeoutInMinutes: 0
3030
steps:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pool:
88
vmImage: 'ubuntu-latest'
99

1010
container:
11-
image: acralgattik86.azurecr.io/xxx
11+
image: acralgattik86.azurecr.io/xxy
1212
endpoint: ContainerRegistry
1313

1414
variables:

environment_setup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN dpkg -i packages-microsoft-prod.deb
1616
RUN apt-get update && apt-get install -y dotnet-runtime-3.1
1717

1818
# Packages for running R
19-
RUN conda install -c r r-essentials
19+
# RUN conda install -c r r-essentials
2020

2121
# Install Python modules
2222
COPY requirements.txt /setup/

0 commit comments

Comments
 (0)