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

docker image created is not directly consumable #29

Open
ashishonce opened this issue Aug 13, 2020 · 0 comments
Open

docker image created is not directly consumable #29

ashishonce opened this issue Aug 13, 2020 · 0 comments

Comments

@ashishonce
Copy link
Member

the docker image creation option is available but once image is created and pushed into the container registry, if you try to deploy the image, it does not work, reason is image is just the model package image and does not contain the web server code which comes from mcr.microsoft.com/azureml/aci-init-container
and mcr.microsoft.com/azureml-aci-frontend container.
these containers are deployed along with model package by Azure ML when ACI deployment is selected. It also requires a lot of environment params written by Azure ml

now user can not use currently available actions to deploy this image, because those all details are hidden.

can we provide a mechanism for user to deploy these images?

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

No branches or pull requests

1 participant