Update python-keras-realtimeserving.yml for Azure Pipelines

This commit is contained in:
Daniel Ciborowski 2019-08-27 01:37:56 -04:00
Родитель 810b024fe9
Коммит 599f86e670
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -40,6 +40,7 @@ variables:
project: '-'
expires : "2019-08-01"
agent: 'AI-GPU'
python_path: "$(System.DefaultWorkingDirectory)/Python-Keras-RealTimeServing/{{cookiecutter.project_name}}/"
jobs:
- job: AKSDeployAMLJob
@ -117,7 +118,7 @@ jobs:
aks_name: ${{parameters.aks_name}}
aks_location: ${{parameters.azureregion}}
aks_service_name: ${{parameters.aks_service_name}}
python_path: "$(System.DefaultWorkingDirectory)/Python-Keras-RealTimeServing/{{cookiecutter.project_name}}/"
python_path: $(python_path)
- template: azpapermill.yml
parameters: