aml-deploy icon indicating copy to clipboard operation
aml-deploy copied to clipboard

docker image created is not directly consumable

Open ashishonce opened this issue 4 years ago • 0 comments

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?

ashishonce avatar Aug 13 '20 05:08 ashishonce