File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 88 vmImage : ' ubuntu-latest'
99
1010container :
11- image : acralgattik86.azurecr.io/xxx
11+ image : acralgattik86.azurecr.io/xxy
1212 endpoint : ContainerRegistry
1313
1414variables :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN dpkg -i packages-microsoft-prod.deb
1616RUN 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
2222COPY requirements.txt /setup/
You can’t perform that action at this time.
0 commit comments