Corrected ACR to ACI (#30)
Corrected the comment in front of "deployment_compute_target" to "Azure Container Instances" instead of "Azure Container Registry".
This commit is contained in:
Родитель
8bdca57323
Коммит
800dfbad2e
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "<your-webservice-name>",
|
||||
"deployment_compute_target": "<your-deployment-compute-target-name>", // do not specify deployment compute target name for deployment on Azure Container Registry
|
||||
"deployment_compute_target": "<your-deployment-compute-target-name>", // do not specify deployment compute target name for deployment on Azure Container Instances
|
||||
"inference_source_directory": "<your-inference-source-directory>",
|
||||
"inference_entry_script": "<your-inference-entry-script>",
|
||||
"conda_file": "<your-conda-environment-file-path>",
|
||||
|
@ -52,4 +52,4 @@
|
|||
"failure_threshold": 3,
|
||||
"namespace": "<your-aks-namespace>",
|
||||
"token_auth_enabled": true
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче