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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,27 +100,27 @@ This issue can happen when the name of your custom environment uses terms reserv
100
100
*Applies to: Azure CLI & Python SDK v1 (Deprecated)*
101
101
102
102
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
104
104
- Provide base image name, repository from which to pull it, and credentials if needed
105
105
- Provide a conda specification
106
-
2. Base Dockerfile
106
+
- Base Dockerfile
107
107
- Provide a Dockerfile
108
108
- Provide a conda specification
109
-
3. Docker build context
109
+
- Docker build context
110
110
- Provide the location of the build context (URL)
111
111
- The build context must contain at least a Dockerfile, but may contain other files as well
112
112
113
113
*Applies to: Azure CLI & Python SDK v2*
114
114
115
115
To create a new environment, you must use one of the following approaches:
116
-
1. Docker image
116
+
- Docker image
117
117
- Provide the image URI of the image hosted in a registry such as Docker Hub or Azure Container Registry
0 commit comments