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

Model deployment with Docker image #29

Open
mariamedp opened this issue Oct 28, 2021 · 1 comment
Open

Model deployment with Docker image #29

mariamedp opened this issue Oct 28, 2021 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mariamedp
Copy link
Member

mariamedp commented Oct 28, 2021

The template currently relies on the azureml SDK to natively deploy the model as a real-time webservice in a selected compute, using Model.deploy. A common request from client is to provide a Docker file that a production team can deploy with a higher degree of flexibility (pod security, management, etc).

The template needs to implement a second scenario which leverages the Model.package functionality to create a Docker imagefile.

It would be nice to have a parameter in the deploy-model YAML template to choose which type of deployment the user wants:

  • Native deployment: the pipeline deploys the model in a webservice using AML, runs a smoke test, etc. (current behavior).
  • Docker image: the pipeline generates an artifact with this packaged model instead of deploying it as a webservice.

After the package has been created, a kubectl command may connect to the targeted AKS and run the docker image

@mariamedp mariamedp added enhancement New feature or request help wanted Extra attention is needed labels Oct 28, 2021
@Nina101
Copy link

Nina101 commented Dec 12, 2023

@mariamedp I would like to help the team on this. I am advising a customer using our current accelerator and their use case is exactly what you are describing now. Just ping through Teams. MS alias: vyle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants