aml-deploy
aml-deploy copied to clipboard
docker image created is not directly consumable
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?