Skip to content
Open

hi #134

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions sparse_checkout.sh
Original file line number Diff line number Diff line change
@@ -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='<local path>' #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

Expand Down