Skip to content

Commit 6b0d518

Browse files
authored
Merge pull request #89717 from changeworld/patch-76
Fix typo
2 parents 12af767 + 7aa4c65 commit 6b0d518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-troubleshoot-prebuilt-docker-image-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For problems when deploying a model from Azure Machine Learning to Azure Contain
5555
HTTP server in our Prebuilt Docker Images run as *non-root user*, it may not have access right to all directories.
5656
Only write to directories you have access rights to. For example, the `/tmp` directory in the container.
5757

58-
## Extra python packages not installed
58+
## Extra Python packages not installed
5959

6060
* Check if there's a typo in the environment variable or file name.
6161
* Check the container log to see if `pip install -r <your_requirements.txt>` is installed or not.

0 commit comments

Comments
 (0)