Skip to content

Commit b550901

Browse files
Merge pull request #2369 from sdgilley/sdg-freshness
remove extraneous start of code block
2 parents 190d887 + 52989da commit b550901

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/machine-learning/how-to-customize-compute-instance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ In a Resource Manager [template](https://github.com/Azure/azure-quickstart-templ
104104

105105
You could instead provide the script inline for a Resource Manager template. The shell command can refer to any dependencies uploaded into the notebooks file share. When you use an inline string, the working directory for the script is `/mnt/batch/tasks/shared/LS_root/mounts/clusters/<ciname>/code/Users`, where .`<ciname>` is the name of the compute instance.
106106

107-
```json
108-
109107
For example, specify a base64 encoded command string for `scriptData`:
110108

111109
```json

0 commit comments

Comments
 (0)