Skip to content

Commit 488964a

Browse files
setup desktop machine
1 parent f2cbdf6 commit 488964a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
jobs:
22
- job: CPU
33
timeoutInMinutes: 0
4+
pool:
5+
vmImage: 'Ubuntu 16.04'
46
steps:
57
- bash: |
68
docker login -u $(DOCKER_USERNAME) -p $(DOCKER_PASSWORD)
@@ -9,6 +11,7 @@ jobs:
911
./push.sh docker_push_cpu
1012
- job: GPU
1113
timeoutInMinutes: 0
14+
pool: 'Impact2'
1215
steps:
1316
- bash: |
1417
docker login -u $(DOCKER_USERNAME) -p $(DOCKER_PASSWORD)
@@ -21,3 +24,5 @@ jobs:
2124
- GPU
2225
steps:
2326
- script: 'curl -X POST https://hooks.microbadger.com/images/carml/go-pytorch/LhaNimlmXzse3g4UF1HZ1LfchSo='
27+
variables:
28+
- group: Docker Auth

0 commit comments

Comments
 (0)