Skip to content

Commit 45c721d

Browse files
Merge pull request #259919 from ssalgadodev/patch-43
Update how-to-train-with-custom-image.md
2 parents 01b7589 + 989acc5 commit 45c721d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/v1/how-to-train-with-custom-image.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: core
88
ms.author: sagopal
99
author: saachigopal
1010
ms.reviewer: ssalgado
11-
ms.date: 08/11/2021
11+
ms.date: 11/14/2023
1212
ms.topic: how-to
1313
ms.custom: UpdateFrequency5, sdkv1, event-tier1-build-2022
1414
---
@@ -17,7 +17,7 @@ ms.custom: UpdateFrequency5, sdkv1, event-tier1-build-2022
1717

1818
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
1919

20-
In this article, learn how to use a custom Docker image when you're training models with Azure Machine Learning. You'll use the example scripts in this article to classify pet images by creating a convolutional neural network.
20+
In this article, learn how to use a custom Docker image when you're training models with Azure Machine Learning. You use the example scripts in this article to classify pet images by creating a convolutional neural network.
2121

2222
Azure Machine Learning provides a default Docker base image. You can also use Azure Machine Learning environments to specify a different base image, such as one of the maintained [Azure Machine Learning base images](https://github.com/Azure/AzureML-Containers) or your own [custom image](../how-to-deploy-custom-container.md). Custom base images allow you to closely manage your dependencies and maintain tighter control over component versions when running training jobs.
2323

0 commit comments

Comments
 (0)