Skip to content

Commit 2ce3bc9

Browse files
authored
remove toc and fix a few capitalization errors
1 parent bbb8667 commit 2ce3bc9

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

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

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ It also caches the environments in Azure Container Registry associated with your
5151
Multiple environments with the same definition may result the same image, so the cached image will be reused.
5252
Running a training script remotely requires the creation of a Docker image.
5353

54-
## Reproducibility and Vulnerabilities
54+
## Reproducibility and vulnerabilities
5555

5656
Over time vulnerabilities are discovered and Docker images that correspond to AzureML environments may be flagged by the scanning tools.
5757
Updates for AzureML based images are released regularly, with a commitment of no unpatched vulnerabilities older than 30 days in the latest version of the image.
@@ -60,23 +60,6 @@ Not all the vulnerabilities are exploitable, so you need to use your judgment wh
6060
> [!IMPORTANT]
6161
> There's no guarantee that the same set of python dependencies will be materialized with an image rebuild or for a new environment with the same set of Python dependencies.
6262
63-
## Table of Contents
64-
**[Environment Definition Problems](#environment-definition-problems)**<br>
65-
- **[Environment Name Issues](#environment-name-issues)**<br>
66-
- **[Docker Issues](#docker-issues)**<br>
67-
- **[Docker Build Context Issues](#docker-build-context-issues)**<br>
68-
- **[Base Image Issues](#base-image-issues)**<br>
69-
- **[Environment Variable Issues](#environment-variable-issues)**<br>
70-
- **[Python Issues](#python-issues)**<br>
71-
- **[Pip Issues](#pip-issues)**<br>
72-
- **[Deprecated Environment Property Issues](#deprecated-environment-property-issues)**<br>
73-
74-
**[Image Build Problems](#image-build-problems)**<br>
75-
- **[Miscellaneous Issues](#miscellaneous-issues)**<br>
76-
- **[Docker Pull Issues](#docker-pull-issues)**<br>
77-
- **[Conda Issues During Build](#conda-issues-during-build)**<br>
78-
- **[Pip Issues During Build](#pip-issues-during-build)** <br>
79-
8063
## *Environment definition problems*
8164

8265
### Environment name issues
@@ -287,7 +270,7 @@ conda_dep.add_conda_package("python==3.8")
287270
- Consider using a newer version of Python as the specified version will eventually unsupported
288271
- See [Python versions](https://aka.ms/azureml/environment/python-versions) and [Python end-of-life dates](https://aka.ms/azureml/environment/python-end-of-life)
289272

290-
#### **"Failed to validate python version"**
273+
#### **"Failed to validate Python version"**
291274
- The provided Python version may have been formatted improperly or specified with incorrect syntax
292275
- See [conda package pinning](https://aka.ms/azureml/environment/how-to-pin-conda-packages)
293276

@@ -350,7 +333,7 @@ image builds on the environment
350333
experience using Azure Machine Learning CLI 2.0
351334
- See the [samples repository](https://aka.ms/azureml/environment/train-r-models-cli-v2) to get started with the Public Preview edition of the 2.0 CLI
352335

353-
## *Image Build Problems*
336+
## *Image build problems*
354337

355338
### Miscellaneous issues
356339
#### **"Build log unavailable"**

0 commit comments

Comments
 (0)