We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a3dfa3 commit dc46b23Copy full SHA for dc46b23
1 file changed
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-11:latest",
83
+ "europe-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-11:latest",
84
+ "asia-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-11:latest",
85
+ "us-docker.pkg.dev/vertex-ai/prediction/tf2-gpu.2-11:latest",
86
+ "europe-docker.pkg.dev/vertex-ai/prediction/tf2-gpu.2-11:latest",
87
+ "asia-docker.pkg.dev/vertex-ai/prediction/tf2-gpu.2-11:latest",
88
"us-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-10:latest",
89
"europe-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-10:latest",
90
"asia-docker.pkg.dev/vertex-ai/prediction/tf2-cpu.2-10:latest",
0 commit comments