Skip to content

Commit df11c44

Browse files
authored
Update how-to-troubleshoot-environments.md
1 parent ef21243 commit df11c44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -876,8 +876,8 @@ This issue can happen when pip attempts interactive authentication during packag
876876

877877
**Potential causes:**
878878
* You've listed a package that requires authentication, but you haven't provided credentials
879-
* During the image build, pip tries to prompt the user to authenticate which fails the build
880-
because the user can't provide authentication during the running of the build
879+
* During the image build, pip tried to prompt you to authenticate which failed the build
880+
because you can't provide interactive authentication during a build
881881

882882
**Affected areas (symptoms):**
883883
* Failure in building environments from UI, SDK, and CLI.
@@ -947,8 +947,8 @@ This issue can happen when the conda environment fails to be created or updated
947947

948948
Many issues could cause a horovod failure, and there's a comprehensive list of them in horovod's documentation
949949
* Review the [horovod troubleshooting guide](https://horovod.readthedocs.io/en/stable/troubleshooting_include.html#)
950-
* Review the Build log for your failed build to see if there's an error message that surfaced when horovod failed to build
951-
* It's possible that the problem you're encountering is detailed in the troubleshooting guide, along with the solution
950+
* Review your Build log to see if there's an error message that surfaced when horovod failed to build
951+
* It's possible that the problem you're encountering is detailed in the horovod troubleshooting guide, along with a solution
952952

953953
**Resources**
954954
* [horovod installation](https://aka.ms/azureml/environment/install-horovod)

0 commit comments

Comments
 (0)