Skip to content

Commit

Permalink
use sky images for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
yika-luo committed Oct 25, 2024
1 parent 7c5b7e0 commit ba3c6c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sky/clouds/azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
_DEFAULT_AZURE_UBUNTU_2004_IMAGE_GB = 150
_DEFAULT_SKYPILOT_IMAGE_GB = 30

_DEFAULT_CPU_IMAGE_ID = 'skypilot:gpu-ubuntu-2204'
_DEFAULT_GPU_IMAGE_ID = 'skypilot:gpu-ubuntu-2204'
_DEFAULT_V1_IMAGE_ID = 'skypilot:v1-ubuntu-2004'
_DEFAULT_CPU_IMAGE_ID = 'skypilot:custom-cpu-ubuntu-v2'
_DEFAULT_GPU_IMAGE_ID = 'skypilot:custom-gpu-ubuntu-v2'
_DEFAULT_V1_IMAGE_ID = 'skypilot:custom-gpu-ubuntu-v1'
_DEFAULT_GPU_K80_IMAGE_ID = 'skypilot:k80-ubuntu-2004'
_FALLBACK_IMAGE_ID = 'skypilot:gpu-ubuntu-2204'

Expand Down

0 comments on commit ba3c6c7

Please sign in to comment.