Skip to content

Commit

Permalink
remove capabilities from azure
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Oct 11, 2022
1 parent 6c3acd2 commit 068d2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/clouds/service_catalog/data_fetchers/fetch_azure.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

USEFUL_COLUMNS = [
'InstanceType', 'AcceleratorName', 'AcceleratorCount', 'vCPUs', 'MemoryGiB',
'GpuInfo', 'Price', 'SpotPrice', 'Region', 'Generation', 'capabilities'
'GpuInfo', 'Price', 'SpotPrice', 'Region', 'Generation'
]


Expand Down

0 comments on commit 068d2e8

Please sign in to comment.