Skip to content

Commit

Permalink
add TODO for docker image size
Browse files Browse the repository at this point in the history
Co-authored-by: Zhanghao Wu <[email protected]>
  • Loading branch information
winglian and Michaelvll authored Jul 5, 2024
1 parent b0e0c89 commit a2bacf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sky/clouds/runpod.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,4 +286,6 @@ def validate_region_zone(self, region: Optional[str], zone: Optional[str]):

@classmethod
def get_image_size(cls, image_id: str, region: Optional[str]) -> float:
# TODO: use 0.0 for now to allow all images. We should change this to
# return the docker image size.
return 0.0

0 comments on commit a2bacf9

Please sign in to comment.