Corrected the comment in front of "deployment_compute_target" to "Azure Container Instances" instead of "Azure Container Registry".
This commit is contained in:
prwani 2020-08-17 12:56:04 +05:30 коммит произвёл GitHub
Родитель 8bdca57323
Коммит 800dfbad2e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
}
}