Unverified Commit 78c24bbb authored by Nikita Shulga's avatar Nikita Shulga Committed by GitHub
Browse files

[CircleCI] Update base images to ubuntu-2004 (#5802)

As Ubuntu-1604 runners will no longer be available in early May 2022
Update `ubuntu-1604:201903-01` to `ubuntu-2004:202104-01`
and `ubuntu-1604-cuda-10.2:202012-01` to `ubuntu-2004-cuda-11.4:202110-01`
Per [CircleCI Configuration reference](https://circleci.com/docs/2.0/configuration-reference/)
parent 3fa24148
...@@ -673,7 +673,7 @@ jobs: ...@@ -673,7 +673,7 @@ jobs:
smoke_test_docker_image_build: smoke_test_docker_image_build:
machine: machine:
image: ubuntu-1604:201903-01 image: ubuntu-2004:202104-01
resource_class: large resource_class: large
environment: environment:
image_name: torchvision/smoke_test image_name: torchvision/smoke_test
...@@ -784,7 +784,7 @@ jobs: ...@@ -784,7 +784,7 @@ jobs:
unittest_linux_gpu: unittest_linux_gpu:
<<: *binary_common <<: *binary_common
machine: machine:
image: ubuntu-1604-cuda-10.2:202012-01 image: ubuntu-2004-cuda-11.4:202110-01
resource_class: gpu.nvidia.medium resource_class: gpu.nvidia.medium
environment: environment:
image_name: "pytorch/manylinux-cuda102" image_name: "pytorch/manylinux-cuda102"
...@@ -975,7 +975,7 @@ jobs: ...@@ -975,7 +975,7 @@ jobs:
cmake_linux_gpu: cmake_linux_gpu:
<<: *binary_common <<: *binary_common
machine: machine:
image: ubuntu-1604-cuda-10.2:202012-01 image: ubuntu-2004-cuda-11.4:202110-01
resource_class: gpu.nvidia.small resource_class: gpu.nvidia.small
environment: environment:
PYTHON_VERSION: << parameters.python_version >> PYTHON_VERSION: << parameters.python_version >>
......
...@@ -673,7 +673,7 @@ jobs: ...@@ -673,7 +673,7 @@ jobs:
smoke_test_docker_image_build: smoke_test_docker_image_build:
machine: machine:
image: ubuntu-1604:201903-01 image: ubuntu-2004:202104-01
resource_class: large resource_class: large
environment: environment:
image_name: torchvision/smoke_test image_name: torchvision/smoke_test
...@@ -784,7 +784,7 @@ jobs: ...@@ -784,7 +784,7 @@ jobs:
unittest_linux_gpu: unittest_linux_gpu:
<<: *binary_common <<: *binary_common
machine: machine:
image: ubuntu-1604-cuda-10.2:202012-01 image: ubuntu-2004-cuda-11.4:202110-01
resource_class: gpu.nvidia.medium resource_class: gpu.nvidia.medium
environment: environment:
image_name: "pytorch/manylinux-cuda102" image_name: "pytorch/manylinux-cuda102"
...@@ -975,7 +975,7 @@ jobs: ...@@ -975,7 +975,7 @@ jobs:
cmake_linux_gpu: cmake_linux_gpu:
<<: *binary_common <<: *binary_common
machine: machine:
image: ubuntu-1604-cuda-10.2:202012-01 image: ubuntu-2004-cuda-11.4:202110-01
resource_class: gpu.nvidia.small resource_class: gpu.nvidia.small
environment: environment:
PYTHON_VERSION: << parameters.python_version >> PYTHON_VERSION: << parameters.python_version >>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment