Skip to content

Commit ce92fda

Browse files
authored
Update concept-environments.md
1 parent c0e83e9 commit ce92fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ For specific code samples, see the "Create an environment" section of [Reuse env
4848
* Environments are automatically registered to your workspace when you submit an experiment. They can also be manually registered.
4949
* You can fetch environments from your workspace to use for training or deployment, or to make edits to the environment definition.
5050
* With versioning, you can see changes to your environments over time, which ensures reproducibility.
51-
* You can build Docker images automatically from your environments
51+
* You can build Docker images automatically from your environments.
5252

5353
For code samples, see the "Manage environments" section of [Reuse environments for training and deployment](how-to-use-environments.md#manage-environments).
5454

5555
## Next steps
5656

5757
* Learn how to [create and use environments](how-to-use-environments.md) in Azure Machine Learning.
5858
* See the Python SDK reference documentation for the [environment class](https://docs.microsoft.com/python/api/azureml-core/azureml.core.environment(class)?view=azure-ml-py).
59-
* See the R SDK reference documentation for [environments](https://azure.github.io/azureml-sdk-for-r/reference/index.html#section-environments).
59+
* See the R SDK reference documentation for [environments](https://azure.github.io/azureml-sdk-for-r/reference/index.html#section-environments).

0 commit comments

Comments
 (0)