Skip to content

Commit 6cf3a79

Browse files
authored
Pencil edit: correct list style
1 parent c0478b9 commit 6cf3a79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,27 +100,27 @@ This issue can happen when the name of your custom environment uses terms reserv
100100
*Applies to: Azure CLI & Python SDK v1 (Deprecated)*
101101

102102
To create a new environment, you must use one of the following approaches (see [DockerSection](https://aka.ms/azureml/environment/environment-docker-section)):
103-
1. Base image
103+
- Base image
104104
- Provide base image name, repository from which to pull it, and credentials if needed
105105
- Provide a conda specification
106-
2. Base Dockerfile
106+
- Base Dockerfile
107107
- Provide a Dockerfile
108108
- Provide a conda specification
109-
3. Docker build context
109+
- Docker build context
110110
- Provide the location of the build context (URL)
111111
- The build context must contain at least a Dockerfile, but may contain other files as well
112112

113113
*Applies to: Azure CLI & Python SDK v2*
114114

115115
To create a new environment, you must use one of the following approaches:
116-
1. Docker image
116+
- Docker image
117117
- Provide the image URI of the image hosted in a registry such as Docker Hub or Azure Container Registry
118118
- [Sample here](https://aka.ms/azureml/environment/create-env-docker-image-v2)
119-
2. Docker build context
119+
- Docker build context
120120
- Specify the directory that will serve as the build context
121121
- The directory should contain a Dockerfile and any other files needed to build the image
122122
- [Sample here](https://aka.ms/azureml/environment/create-env-build-context-v2)
123-
3. Conda specification
123+
- Conda specification
124124
- You must specify a base Docker image for the environment; the conda environment will be built on top of the Docker image provided
125125
- Provide the relative path to the conda file
126126
- [Sample here](https://aka.ms/azureml/environment/create-env-conda-spec-v2)

0 commit comments

Comments
 (0)