We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369ab65 commit 3e95e8dCopy full SHA for 3e95e8d
google/cloud/aiplatform/constants/prediction.py
@@ -79,6 +79,12 @@
79
]
80
81
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",
88
"us-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-9:latest",
89
"europe-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-9:latest",
90
"asia-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-9:latest",
0 commit comments