From 63febd9e28beca6f3f0e29fea70b579bc303f5b8 Mon Sep 17 00:00:00 2001 From: Will Cromar Date: Tue, 15 Aug 2023 11:12:22 -0700 Subject: [PATCH] Remove base image override from TPU CI build (#5453) --- infra/tpu-pytorch/test_triggers.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/tpu-pytorch/test_triggers.tf b/infra/tpu-pytorch/test_triggers.tf index db1eecd9c53f..21b169d4d54b 100644 --- a/infra/tpu-pytorch/test_triggers.tf +++ b/infra/tpu-pytorch/test_triggers.tf @@ -20,8 +20,7 @@ module "tpu_e2e_tests" { ]) build_args = { - python_version = "3.8" - debian_version = "buster" + python_version = "3.10" } ansible_vars = {