Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
algattik committed Jan 25, 2020
1 parent 5c3c3e0 commit 3ba351c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pipelines/azdo-ci-build-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stages:
- job: "Model_CI_Pipeline"
displayName: "Model CI Pipeline"
container:
image: acralgattik86.azurecr.io/xxx
image: acralgattik86.azurecr.io/xxy
endpoint: ContainerRegistry
timeoutInMinutes: 0
steps:
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/azdo-pr-build-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pool:
vmImage: 'ubuntu-latest'

container:
image: acralgattik86.azurecr.io/xxx
image: acralgattik86.azurecr.io/xxy
endpoint: ContainerRegistry

variables:
Expand Down
2 changes: 1 addition & 1 deletion environment_setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN dpkg -i packages-microsoft-prod.deb
RUN apt-get update && apt-get install -y dotnet-runtime-3.1

# Packages for running R
RUN conda install -c r r-essentials
# RUN conda install -c r r-essentials

# Install Python modules
COPY requirements.txt /setup/
Expand Down

0 comments on commit 3ba351c

Please sign in to comment.