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
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ This issue can happen when the name of your custom environment uses terms reserv
136
136
137
137
### *Docker issues*
138
138
139
-
*Applies to: Azure CLI & Python SDK v1 (Deprecated)*
139
+
*Applies to: Azure CLI & Python SDK v1*
140
140
141
141
To create a new environment, you must use one of the following approaches (see [DockerSection](https://aka.ms/azureml/environment/environment-docker-section)):
142
142
- Base image
@@ -165,7 +165,7 @@ To create a new environment, you must use one of the following approaches:
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.
Specifying credentials in your environment definition is deprecated. Delete credentials from your environment definition and use workspace connections instead.
390
+
Specifying credentials in your environment definition is no longer supported. Delete credentials from your environment definition and use workspace connections instead.
391
391
392
-
*Applies to: Python SDK v1 (Deprecated)*
392
+
*Applies to: Python SDK v1*
393
393
394
394
Set a workspace connection on your workspace
395
395
@@ -432,7 +432,7 @@ az ml connection create --file connection.yml --resource-group my-resource-group
432
432
433
433
**Troubleshooting steps**
434
434
435
-
*Applies to: Python SDK v1 (Deprecated)*
435
+
*Applies to: Python SDK v1*
436
436
437
437
Instead of specifying these attributes in the `DockerSection` of your environment definition, use [DockerConfiguration](https://aka.ms/azureml/environment/docker-configuration-class)
438
438
@@ -467,7 +467,7 @@ Shorten your Dockerfile to get it under this limit
467
467
468
468
**Troubleshooting steps**
469
469
470
-
*Applies to: Python SDK v1 (Deprecated)*
470
+
*Applies to: Python SDK v1*
471
471
472
472
Include a path in the `build_context` of your [DockerSection](https://aka.ms/azureml/environment/docker-section-class)
473
473
* See [DockerBuildContext Class](/python/api/azureml-core/azureml.core.environment.dockerbuildcontext)
@@ -494,7 +494,7 @@ This issue can happen when AzureML fails to find your Dockerfile. As a default,
494
494
495
495
**Troubleshooting steps**
496
496
497
-
*Applies to: Python SDK v1 (Deprecated)*
497
+
*Applies to: Python SDK v1*
498
498
499
499
In the `build_context` of your [DockerSection](https://aka.ms/azureml/environment/docker-section-class), include a `dockerfile_path`
500
500
* See [DockerBuildContext Class](/python/api/azureml-core/azureml.core.environment.dockerbuildcontext)
@@ -525,7 +525,7 @@ This issue can happen when you've specified properties in your environment defin
525
525
526
526
**Troubleshooting steps**
527
527
528
-
*Applies to: Python SDK v1 (Deprecated)*
528
+
*Applies to: Python SDK v1*
529
529
530
530
If any of the above-listed properties are specified in your environment definition, remove them
531
531
* If you're using a Docker build context and want to specify conda dependencies, your conda specification should reside in your build context directory
0 commit comments