diff --git a/sparse_checkout.sh b/sparse_checkout.sh index 7872ec0..ebcc955 100644 --- a/sparse_checkout.sh +++ b/sparse_checkout.sh @@ -1,11 +1,11 @@ -infrastructure_version=terraform #options: terraform / bicep +infrastructure_version=bicep #options: terraform / bicep project_type=classical #options: classical / cv / nlp mlops_version=aml-cli-v2 #options: aml-cli-v2 / python-sdk-v1 / python-sdk-v2 / rai-aml-cli-v2 -orchestration=azure-devops #options: github-actions / azure-devops -git_folder_location='' #replace with the local root folder location where you want to create the project folder -project_name=Mlops-Test #replace with your project name -github_org_name=orgname #replace with your github org name -project_template_github_url=https://github.com/azure/mlops-project-template #replace with the url for the project template for your organization created in step 2.2, or leave for demo purposes +orchestration=github-actions #options: github-actions / azure-devops +git_folder_location='C:\Users\losts\Downloads\mlopsv2root' #replace with the local root folder location where you want to create the project folder +project_name=mlopsv2-sparse #replace with your project name +github_org_name=jalalkhan001 #replace with your github org name +project_template_github_url=https://github.com/jalalkhan001/mlops-v2 #replace with the url for the project template for your organization created in step 2.2, or leave for demo purposes cd $git_folder_location