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.
Automating packaging with Azure Container Registry - Hugging Face Tutorial
From the course: MLOps Tools: MLflow and Hugging Face
Automating packaging with Azure Container Registry
- [Instructor] Let's automate the packaging with the Azure Container Registry that we were able to create before. In order to automate that, let's take a look again at the workflow file here, which is this YAML file, and we'll need to make some changes to these defaults that I already have. So you can see here that I have this login to GitHub Container Registry. I am going to be using the Azure Container Registry. So this will need to get updated. And then the other thing that we'll need to update is this tag so that it has the actual server from the container registry that we created. All right, so we're going to have to make those changes. And then the other thing is I'm going to have to use the username and password from the container registry. Those are going to be secrets. I'm going to have to update those. So now that we know what the things that I need to update, I'm going to go to settings and create those secrets for my repository over here. So I have secrets. I'm going to…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.