Skip to content

Commit 273faf6

Browse files
authored
azureml-fe-aci launch failed
azureml-fe-aci launch failed
1 parent fa80786 commit 273faf6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/machine-learning/how-to-troubleshoot-deployment.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ After the image is successfully built, the system attempts to start a container
113113
114114
Use the info in the [Inspect the Docker log](how-to-troubleshoot-deployment-local.md#dockerlog) article.
115115
116+
## Container azureml-fe-aci launch fails
117+
118+
When deploying a service to an Azure Container Instance compute target, Azure Machine Learning will attempt to create an front end container with name azureml-fe-aci to serve for inference request. If azureml-fe-aci is crashing, you can see logs with `az container logs --name MyContainerGroup --resource-group MyResourceGroup --container-name azureml-fe-aci`.
119+
116120
## Function fails: get_model_path()
117121
118122
Often, in the `init()` function in the scoring script, [Model.get_model_path()](/python/api/azureml-core/azureml.core.model.model#get-model-path-model-name--version-none---workspace-none-) function is called to locate a model file or a folder of model files in the container. If the model file or folder cannot be found, the function fails. The easiest way to debug this error is to run the below Python code in the Container shell:
@@ -227,4 +231,4 @@ Learn more about deployment:
227231
228232
* [How to deploy and where](how-to-deploy-and-where.md)
229233
* [Tutorial: Train & deploy models](tutorial-train-models-with-aml.md)
230-
* [How to run and debug experiments locally](./how-to-debug-visual-studio-code.md)
234+
* [How to run and debug experiments locally](./how-to-debug-visual-studio-code.md)

0 commit comments

Comments
 (0)