Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release pipeline ended successfully but there is no image generated #120

Closed
Farhad-Heybati opened this issue Nov 28, 2019 · 2 comments · Fixed by #122
Closed

Release pipeline ended successfully but there is no image generated #120

Farhad-Heybati opened this issue Nov 28, 2019 · 2 comments · Fixed by #122

Comments

@Farhad-Heybati
Copy link

Farhad-Heybati commented Nov 28, 2019

The release pipe line is ended correctly but there is no image created.
I have some errors and 3 warnings:
Errors:
1)2019-11-28T11:30:06.7605145Z [command]/usr/bin/az ml -h
2019-11-28T11:30:13.1124946Z ERROR: az: 'ml' is not in the 'az' command group. See 'az --help'.
2019-11-28T11:30:13.1125915Z No AzureML CLI installed.
2019-11-28T11:30:13.1129469Z [command]/usr/bin/az extension add -n azure-cli-ml
2019-11-28T11:30:40.6240864Z [command]/usr/bin/az ml -h
Warnings:

  1. 2019-11-28T11:30:06.7593936Z ##[warning]Resource file haven't set, can't find loc string for key: AmlCliNotAvailable
  2. 2019-11-28T11:30:44.8307996Z ##[warning]Resource file haven't set, can't find loc string for key: LoginFailed
    3)2019-11-28T11:30:46.1742081Z ##[warning]Resource file haven't set, can't find loc string for key: ErrorInSettingUpSubscription
@algattik
Copy link
Contributor

algattik commented Dec 2, 2019

If you're deploying to ACI/AKS, you don't need to build an Image. You build a Model from which Deployments are directly generated (AML builds and provisions the image behind the scenes).

If you're deploying to Webapp (App Service for Containers) or some other place, you build an Image in ACR from the Model and then pull it.

@Farhad-Heybati
Copy link
Author

In my case a container is created and a scoring URL is associated to the ACI (pointing to the score file) but there is no model or image associated to this container.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants