From the course: MLOps Tools: MLflow and Hugging Face

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Deploy Hugging Face to Azure

Deploy Hugging Face to Azure

- [Instructor] Now we're ready to deploy our Hugging Face application, our Hugging Face containerized application to Azure. We have several things in place, but there are a couple more things that we're going to need to complete this full automation. I'm going to scroll here down on this repository. We're not going to necessarily need a personal access token from GitHub because we are not going to be using GitHub Container Registry. This is something that you would use if you were using a container registry on GitHub. We are going to be using Azure Container Registry itself, so don't pay attention to the generate a PAT. We are going to need an Azure Service Principle. And then what we're going to be doing then, once we capture that output of running this command, is we're going to be able to add it as a secret with Azure credentials. So what you need to do is run this command, and you need to be very aware of the Azure subscription ID. It is something that you'll have to be able to…

Contents