Skip to content

Commit 800821e

Browse files
Update articles/machine-learning/how-to-troubleshoot-environments.md
Co-authored-by: edebar01 <[email protected]>
1 parent fc1c491 commit 800821e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-troubleshoot-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ apt-get install -y library_name
123123

124124
Vulnerabilities can also be from installed python packages on top of the system managed base image. These python related vulnerabilities should be resolved by updating your python dependencies. Python (Pip) vulnerabilities in the image usually come from user-defined dependencies.
125125

126-
To search for known python vulnerabilities and solutions please see [GitHub Advisory Database](https://github.com/advisories). To address python vulnerabilities, update the package to the version that has fixes for the flagged issue:
126+
To search for known Python vulnerabilities and solutions please see [GitHub Advisory Database](https://github.com/advisories). To address Python vulnerabilities, update the package to the version that has fixes for the flagged issue:
127127

128128
```
129129
pip install -u my_package=={good.version}

0 commit comments

Comments
 (0)