Skip to content

Commit 3e95e8d

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
chore: Add OP 2.10 images to first-party support.
PiperOrigin-RevId: 489600866
1 parent 369ab65 commit 3e95e8d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

google/cloud/aiplatform/constants/prediction.py

+6
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@
7979
]
8080

8181
TF_CONTAINER_URIS = [
82+
"us-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-10:latest",
83+
"europe-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-10:latest",
84+
"asia-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-10:latest",
85+
"us-docker.pkg.dev/vertex-ai/prediction/tf2-gpu.2-10:latest",
86+
"europe-docker.pkg.dev/vertex-ai/prediction/tf2-gpu.2-10:latest",
87+
"asia-docker.pkg.dev/vertex-ai/prediction/tf2-gpu.2-10:latest",
8288
"us-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-9:latest",
8389
"europe-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-9:latest",
8490
"asia-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-9:latest",

0 commit comments

Comments
 (0)