adding aks deploy
This commit is contained in:
Родитель
51a62a570b
Коммит
a230dba194
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "dev-aks",
|
||||
"deployment_compute_target": "devAKS",
|
||||
"inference_source_directory": "tests/deploy/",
|
||||
"inference_entry_script": "score.py",
|
||||
"conda_file": "environment.yml",
|
||||
"delete_service_after_deployment": true
|
||||
}
|
|
@ -25,3 +25,13 @@ jobs:
|
|||
model_name: mymodel
|
||||
model_version: 1
|
||||
parameters_file: "test/test_deploy.json"
|
||||
|
||||
# Deploy model in Azure Machine Learning to AKS
|
||||
- name: Deploy model
|
||||
id: aml_deploy
|
||||
uses: ./
|
||||
with:
|
||||
azure_credentials: ${{ secrets.AZURE_CREDENTIALS }}
|
||||
model_name: mymodel
|
||||
model_version: 1
|
||||
parameters_file: "test/test_aks_deploy.json"
|
||||
|
|
Загрузка…
Ссылка в новой задаче