Skip to content

Commit 1ae8a86

Browse files
authored
Merge pull request #24 from Microsoft/develop
Fix the model deploy on AKS
2 parents 0e478d5 + e835a65 commit 1ae8a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aml_service/51-deployOnAks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
aks_name = "aks" + datetime.datetime.now().strftime("%m%d%H")
7979
aks_service_name = "akswebservice" + datetime.datetime.now().strftime("%m%d%H")
8080
prov_config = AksCompute.provisioning_configuration(
81-
agent_count=6, vm_size="Standard_F2", location="eastus"
81+
agent_count=6, vm_size="Standard_F4s", location="eastus"
8282
)
8383
print(
8484
"No AKS found in aks_webservice.json. Creating new Aks: {} and AKS Webservice: {}".format(

0 commit comments

Comments
 (0)