Skip to content

Commit 771f075

Browse files
Merge pull request #218116 from juliakm/users/jukullam/update-ml-paths
Update paths in ML article to reflect sample repo
2 parents 0707e18 + 18d823d commit 771f075

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/machine-learning/how-to-devops-machine-learning.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: machine-learning
77
ms.subservice: mlops
88
author: juliakm
99
ms.author: jukullam
10-
ms.date: 09/28/2022
10+
ms.date: 11/11/2022
1111
ms.topic: how-to
1212
ms.custom: devops-pipelines-deploy
1313
---
@@ -109,11 +109,11 @@ steps:
109109
- task: UsePythonVersion@0
110110
inputs:
111111
versionSpec: '3.8'
112-
- script: pip install -r sdk/dev-requirements.txt
112+
- script: pip install -r sdk/python/dev-requirements.txt
113113
displayName: 'pip install notebook reqs'
114114
- task: Bash@3
115115
inputs:
116-
filePath: 'sdk/setup.sh'
116+
filePath: 'sdk/python/setup.sh'
117117
displayName: 'set up sdk'
118118

119119
- task: Bash@3
@@ -132,7 +132,7 @@ steps:
132132
sed -i -e "s/<AML_WORKSPACE_NAME>/$(AZUREML_WORKSPACE_NAME)/g" sklearn-diabetes.ipynb
133133
sed -i -e "s/DefaultAzureCredential/AzureCliCredential/g" sklearn-diabetes.ipynb
134134
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'
136136
```
137137
138138

0 commit comments

Comments
 (0)