Skip to content

MFG-Azure-MLOps-Hub/CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

The CLI of Azure-MLOps Hub for Manufacturing

The content of CLI

  1. List Templates - list the MLOps templates
  2. Deploy Template - generate MlOps project in Azure DevOps, including repo and CI/CD pipeline

Install

  1. Install Azure CLI
  2. Add the Azure DevOps Extension
az extension add --name azure-devops
  1. Clone the repo of The CLI of Azure-MLOps Hub for Manufacturing
git clone https://github.com/MFG-Azure-MLOps-Hub/CLI.git

List templates

python hub_list.py

Deploy Template

python hub_install.py  --project_name {project_name} --org_url {org_url} --source_repo_url {repo_name}

example, to deploy MLOpsImgClass as a template

python hub_install.py  --org_url https://dev.azure.com/your_org --project_name mlopsproj --source_repo_url https://github.com/MFG-Azure-MLOps-Hub/MLOpsImgClass.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages