Skip to content

Commit 038e2a6

Browse files
authored
Specify Dockerfile file size limitation
1 parent 639d2a6 commit 038e2a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/machine-learning/how-to-manage-environments-v2.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ ml_client.environments.create_or_update(env_docker_context)
167167

168168
Azure Machine Learning will start building the image from the build context when the environment is created. You can monitor the status of the build and view the build logs in the studio UI.
169169

170+
> [!NOTE]
171+
> Uploading a Dockerfile larger than 1MB is currently unsupported.
172+
170173
### Create an environment from a conda specification
171174

172175
You can define an environment using a standard conda YAML configuration file that includes the dependencies for the conda environment. See [Creating an environment manually](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-file-manually) for information on this standard format.

0 commit comments

Comments
 (0)