Skip to content

docker image created is not directly consumable #29

@ashishonce

Description

@ashishonce

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions