Skip to content

Commit 6d3bc4f

Browse files
YosuaMichaelfacebook-github-bot
authored andcommitted
[fbsync] [CircleCI] Update base images to ubuntu-2004 (#5802)
Summary: 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/) Reviewed By: jdsgomes, NicolasHug Differential Revision: D36095719 fbshipit-source-id: 101858b450124c0a6ff92d26bc987b082df30017
1 parent cfe4a84 commit 6d3bc4f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ jobs:
673673

674674
smoke_test_docker_image_build:
675675
machine:
676-
image: ubuntu-1604:201903-01
676+
image: ubuntu-2004:202104-01
677677
resource_class: large
678678
environment:
679679
image_name: torchvision/smoke_test
@@ -784,7 +784,7 @@ jobs:
784784
unittest_linux_gpu:
785785
<<: *binary_common
786786
machine:
787-
image: ubuntu-1604-cuda-10.2:202012-01
787+
image: ubuntu-2004-cuda-11.4:202110-01
788788
resource_class: gpu.nvidia.medium
789789
environment:
790790
image_name: "pytorch/manylinux-cuda102"
@@ -975,7 +975,7 @@ jobs:
975975
cmake_linux_gpu:
976976
<<: *binary_common
977977
machine:
978-
image: ubuntu-1604-cuda-10.2:202012-01
978+
image: ubuntu-2004-cuda-11.4:202110-01
979979
resource_class: gpu.nvidia.small
980980
environment:
981981
PYTHON_VERSION: << parameters.python_version >>

0 commit comments

Comments
 (0)