Skip to content

Commit 772f24e

Browse files
authored
Update how-to-troubleshoot-environments.md
1 parent 946193a commit 772f24e

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
@@ -54,7 +54,7 @@ Running a training script remotely requires the creation of a Docker image.
5454

5555
#### *Vulnerabilities*
5656

57-
You can address vulnerabilities by upgrading to a newer version of a dependency (base image, Python package, etc.) or migrating to a different dependency that satisfies security
57+
You can address vulnerabilities by upgrading to a newer version of a dependency (base image, Python package, etc.) or by migrating to a different dependency that satisfies security
5858
requirements. Mitigating vulnerabilities is time consuming and costly since it can require refactoring of code and infrastructure. With the prevalence
5959
of open source software and the use of complicated nested dependencies, it's important to manage and keep track of vulnerabilities.
6060

0 commit comments

Comments
 (0)