You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-troubleshoot-environments.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,7 @@ To create a new environment, you must use one of the following approaches:
167
167
### Missing Docker definition
168
168
*Applies to: Python SDK v1*
169
169
<!--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.
171
171
172
172
**Potential causes:**
173
173
* You didn't specify the `DockerSection` of your environment definition
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
890
890
* Provide the relative path to the conda file
891
891
* See how to [create an environment from a conda specification](https://aka.ms/azureml/environment/create-env-conda-spec-v2)
892
892
@@ -1465,7 +1465,7 @@ This issue can happen when there's no package found that matches the version you
1465
1465
1466
1466
* Ensure that you've spelled the package correctly and that it exists
1467
1467
* 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
1469
1469
1470
1470
How to list channels in a conda yaml specification:
1471
1471
@@ -1640,7 +1640,7 @@ Alternatively, use a different version of Python that's compatible with the pack
1640
1640
1641
1641
### Conda bare redirection
1642
1642
<!--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.
1644
1644
1645
1645
**Affected areas (symptoms):**
1646
1646
* Failure in building environments from UI, SDK, and CLI.
0 commit comments