Skip to content

Commit

Permalink
chore: Add PyTorch 2.0 images to prediction first-party uris.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 551059631
  • Loading branch information
vertex-sdk-bot authored and copybara-github committed Jul 26, 2023
1 parent 2788ef3 commit 3bfd996
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google/cloud/aiplatform/constants/prediction.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@
]

PYTORCH_CONTAINER_URIS = [
"us-docker.pkg.dev/vertex-ai/prediction/pytorch-cpu.2-0:latest",
"europe-docker.pkg.dev/vertex-ai/prediction/pytorch-cpu.2-0:latest",
"asia-docker.pkg.dev/vertex-ai/prediction/pytorch-cpu.2-0:latest",
"us-docker.pkg.dev/vertex-ai/prediction/pytorch-gpu.2-0:latest",
"europe-docker.pkg.dev/vertex-ai/prediction/pytorch-gpu.2-0:latest",
"asia-docker.pkg.dev/vertex-ai/prediction/pytorch-gpu.2-0:latest",
"us-docker.pkg.dev/vertex-ai/prediction/pytorch-cpu.1-13:latest",
"europe-docker.pkg.dev/vertex-ai/prediction/pytorch-cpu.1-13:latest",
"asia-docker.pkg.dev/vertex-ai/prediction/pytorch-cpu.1-13:latest",
Expand Down

0 comments on commit 3bfd996

Please sign in to comment.