Skip to content

Commit a6ff25f

Browse files
committed
one more
1 parent 5e096f8 commit a6ff25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Script arguments can be referred to in the script as $1, $2, etc.
5252

5353
If your script was doing something specific to azureuser such as installing conda environment or Jupyter kernel, you'll have to put it within `sudo -u azureuser` block like this
5454

55-
:::code language="bash" source="~/azureml-examples-main/setup-ci/install-pip-package.sh":::
55+
:::code language="bash" source="~/azureml-examples-main/setup/setup-ci/install-pip-package.sh":::
5656

5757
The command `sudo -u azureuser` changes the current working directory to `/home/azureuser`. You also can't access the script arguments in this block.
5858

0 commit comments

Comments
 (0)