Skip to content

Commit 4e5468c

Browse files
authored
Update how-to-troubleshoot-environments.md
1 parent 9817f46 commit 4e5468c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ To create a new environment, you must use one of the following approaches:
167167
### Missing Docker definition
168168
*Applies to: Python SDK v1*
169169
<!--issueDescription-->
170-
This issue can happen when your environment definition is missing a `DockerSection.` This section configures settings related to the final Docker image built from your environment specification.
170+
This issue can happen when your environment definition is missing a `DockerSection`. This section configures settings related to the final Docker image built from your environment specification.
171171

172172
**Potential causes:**
173173
* You didn't specify the `DockerSection` of your environment definition
@@ -831,7 +831,7 @@ env.python.conda_dependencies = conda_dep
831831

832832
*Applies to: Azure CLI & Python SDK v2*
833833

834-
You must specify a base Docker image for the environment, and AzureML will build the conda environment on top of that image
834+
You must specify a base Docker image for the environment, and AzureML then builds the conda environment on top of that image
835835
* Provide the relative path to the conda file
836836
* See how to [create an environment from a conda specification](https://aka.ms/azureml/environment/create-env-conda-spec-v2)
837837

@@ -886,7 +886,7 @@ env.python.conda_dependencies = conda_dep
886886

887887
*Applies to: Azure CLI & Python SDK v2*
888888

889-
You must specify a base Docker image for the environment, and AzureML will build the conda environment on top of that image
889+
You must specify a base Docker image for the environment, and AzureML then builds the conda environment on top of that image
890890
* Provide the relative path to the conda file
891891
* See how to [create an environment from a conda specification](https://aka.ms/azureml/environment/create-env-conda-spec-v2)
892892

@@ -1465,7 +1465,7 @@ This issue can happen when there's no package found that matches the version you
14651465

14661466
* Ensure that you've spelled the package correctly and that it exists
14671467
* Ensure that the version you specified for the package exists
1468-
* Ensure that you've specified the channel from which the package will be installed. If you don't specify a channel, defaults will be used and those defaults may or may not have the package you're looking for
1468+
* Ensure that you've specified the channel from which the package will be installed. If you don't specify a channel, defaults are used and those defaults may or may not have the package you're looking for
14691469

14701470
How to list channels in a conda yaml specification:
14711471

@@ -1640,7 +1640,7 @@ Alternatively, use a different version of Python that's compatible with the pack
16401640
16411641
### Conda bare redirection
16421642
<!--issueDescription-->
1643-
This issue can happen when you've specified a package on the command line using "<" or ">" without using quotes, which can cause conda environment creation or update to fail.
1643+
This issue can happen when you've specified a package on the command line using "<" or ">" without using quotes. This syntax can cause conda environment creation or update to fail.
16441644
16451645
**Affected areas (symptoms):**
16461646
* Failure in building environments from UI, SDK, and CLI.

0 commit comments

Comments
 (0)