Skip to content

Commit 52b3819

Browse files
authored
Update how-to-enable-data-collection.md
1 parent 87fb99e commit 52b3819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-enable-data-collection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The path to the output data in the blob follows this syntax:
6464

6565
- [Set up your environment](how-to-configure-environment.md) and install the [Azure Machine Learning Monitoring SDK](/python/api/overview/azure/ml/install).
6666

67-
- Build your docker image based on Ubuntu 18.04, which is shipped with `libssl 1.0.0`, the essential dependency of [modeldatacollector](/python/api/azureml-monitoring/azureml.monitoring.modeldatacollector.modeldatacollector). You can refere to [prebuilt images](https://docs.microsoft.com/en-us/azure/machine-learning/concept-prebuilt-docker-images-inference).
67+
- Use a docker image based on Ubuntu 18.04, which is shipped with `libssl 1.0.0`, the essential dependency of [modeldatacollector](/python/api/azureml-monitoring/azureml.monitoring.modeldatacollector.modeldatacollector). You can refere to [prebuilt images](https://docs.microsoft.com/en-us/azure/machine-learning/concept-prebuilt-docker-images-inference).
6868

6969
## Enable data collection
7070

0 commit comments

Comments
 (0)