Azure / Azure/azure-cli-extensions
az ml model deploy fails with azure-cli-ml 1.0.85
Open
customer-reported
extension/ml
Service Attention
- Dominant language
- Python
- Stars
- 454
- Forks
- 1.7k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 64
Description
### Extension name (the extension in question)
azure-cli-ml==1.0.85
### Description of issue (in as much detail as possible)
running `az ml model deploy -n servicename --ic inference_config.json --dc deploy_config.json -f model_registration.json -w myworkspace -g MY_RESOURCE_GROUP --ct mycompute` fails with code KubernetesDeploymentFailed. It says there could be a problem in the init function in score.py.
Using azure-cli-ml==1.0.48 the deployment is successful.
Contributor guide
Assessment
This issue has not been assessed yet.