File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/machine-learning Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ms.service: machine-learning
7
7
ms.subservice : mlops
8
8
author : juliakm
9
9
ms.author : jukullam
10
- ms.date : 09/28 /2022
10
+ ms.date : 11/11 /2022
11
11
ms.topic : how-to
12
12
ms.custom : devops-pipelines-deploy
13
13
---
@@ -109,11 +109,11 @@ steps:
109
109
- task : UsePythonVersion@0
110
110
inputs :
111
111
versionSpec : ' 3.8'
112
- - script : pip install -r sdk/dev-requirements.txt
112
+ - script : pip install -r sdk/python/ dev-requirements.txt
113
113
displayName : ' pip install notebook reqs'
114
114
- task : Bash@3
115
115
inputs :
116
- filePath : ' sdk/setup.sh'
116
+ filePath : ' sdk/python/ setup.sh'
117
117
displayName : ' set up sdk'
118
118
119
119
- task : Bash@3
@@ -132,7 +132,7 @@ steps:
132
132
sed -i -e "s/<AML_WORKSPACE_NAME>/$(AZUREML_WORKSPACE_NAME)/g" sklearn-diabetes.ipynb
133
133
sed -i -e "s/DefaultAzureCredential/AzureCliCredential/g" sklearn-diabetes.ipynb
134
134
papermill -k python sklearn-diabetes.ipynb sklearn-diabetes.output.ipynb
135
- workingDirectory : ' sdk/jobs/single-step/scikit-learn/diabetes'
135
+ workingDirectory : ' sdk/python/ jobs/single-step/scikit-learn/diabetes'
136
136
` ` `
137
137
138
138
You can’t perform that action at this time.
0 commit comments