@@ -266,7 +266,7 @@ smoke_test_common: &smoke_test_common
266
266
jobs:
267
267
circleci_consistency:
268
268
docker:
269
- - image: circleci /python:3.7
269
+ - image: cimg /python:3.7
270
270
steps:
271
271
- checkout
272
272
- pip_install:
@@ -279,7 +279,7 @@ jobs:
279
279
280
280
lint_python_and_config:
281
281
docker:
282
- - image: circleci /python:3.7
282
+ - image: cimg /python:3.7
283
283
steps:
284
284
- checkout
285
285
- pip_install:
@@ -298,7 +298,7 @@ jobs:
298
298
299
299
lint_c:
300
300
docker:
301
- - image: circleci /python:3.7
301
+ - image: cimg /python:3.7
302
302
steps:
303
303
- apt_install:
304
304
args: libtinfo5
@@ -320,7 +320,7 @@ jobs:
320
320
321
321
type_check_python:
322
322
docker:
323
- - image: circleci /python:3.7
323
+ - image: cimg /python:3.7
324
324
steps:
325
325
- apt_install:
326
326
args: libturbojpeg-dev
@@ -338,7 +338,7 @@ jobs:
338
338
339
339
unittest_torchhub:
340
340
docker:
341
- - image: circleci /python:3.7
341
+ - image: cimg /python:3.7
342
342
steps:
343
343
- checkout
344
344
- install_torchvision
@@ -347,7 +347,7 @@ jobs:
347
347
348
348
unittest_onnx:
349
349
docker:
350
- - image: circleci /python:3.7
350
+ - image: cimg /python:3.7
351
351
steps:
352
352
- checkout
353
353
- install_torchvision
@@ -359,7 +359,7 @@ jobs:
359
359
360
360
unittest_prototype:
361
361
docker:
362
- - image: circleci /python:3.7
362
+ - image: cimg /python:3.7
363
363
resource_class: xlarge
364
364
steps:
365
365
- checkout
@@ -373,7 +373,7 @@ jobs:
373
373
374
374
unittest_extended:
375
375
docker:
376
- - image: circleci /python:3.7
376
+ - image: cimg /python:3.7
377
377
resource_class: xlarge
378
378
steps:
379
379
- checkout
@@ -535,7 +535,7 @@ jobs:
535
535
binary_android_build:
536
536
<<: *torchvision_android_params
537
537
docker:
538
- - image: circleci /android:api-29 -ndk
538
+ - image: cimg /android:2021.08 -ndk
539
539
resource_class: xlarge
540
540
steps:
541
541
- attach_workspace:
@@ -554,7 +554,7 @@ jobs:
554
554
binary_android_upload:
555
555
<<: *torchvision_android_params
556
556
docker:
557
- - image: circleci /android:api-29 -ndk
557
+ - image: cimg /android:2021.08 -ndk
558
558
resource_class: xlarge
559
559
steps:
560
560
- attach_workspace:
@@ -613,7 +613,7 @@ jobs:
613
613
description: "What whl subfolder to upload to, e.g., blank or cu100/ (trailing slash is important)"
614
614
type: string
615
615
docker:
616
- - image: circleci /python:3.7
616
+ - image: cimg /python:3.7
617
617
steps:
618
618
- attach_workspace:
619
619
at: ~/workspace
@@ -1037,7 +1037,7 @@ jobs:
1037
1037
build_docs:
1038
1038
<<: *binary_common
1039
1039
docker:
1040
- - image: circleci /python:3.7
1040
+ - image: cimg /python:3.7
1041
1041
resource_class: 2xlarge+
1042
1042
steps:
1043
1043
- attach_workspace:
0 commit comments