skypilot-org / skypilot

SkyPilot: Run AI and batch jobs on any infra (Kubernetes or 12+ clouds). Get unified execution, cost savings, and high GPU availability via a simple interface.
https://skypilot.readthedocs.io
Apache License 2.0
6.76k stars 504 forks source link

[Provisioner] Support docker image with multiple region image_id #2575

Open cblmemo opened 1 year ago

cblmemo commented 1 year ago

The current implementation of the docker image only supports a single region, i.e.

resources:
  image_id: docker:ubuntu

As discussed in #2574, we could allow multiple regions with docker image, even mixture of docker image and normal image:

resources:
  image_id:
    us-east-1: ami-xxx
    us-west-1: docker:ubuntu
github-actions[bot] commented 9 months ago

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 10 days.