Skip to content

Commit c0e5306

Browse files
authored
Include repodata file example
1 parent f83fa91 commit c0e5306

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/machine-learning/concept-vulnerability-management.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Azure Machine Learning uses Conda for package installations. By default, package
6060
RUN conda config --set offline false \
6161
&& conda config --remove channels defaults || true \
6262
&& conda config --add channels https://my.private.conda.feed/conda/feed
63+
&& conda config --add repodata_fns <repodata_file_on_your_server>.json
6364
```
6465

6566
See [use your own dockerfile](how-to-use-environments.md#use-your-own-dockerfile) to learn how to specify your own base images in Azure Machine Learning. For more details on configuring Conda environments, see [Conda - Creating an environment file manually](https://docs.conda.io/projects/conda/en/4.6.1/user-guide/tasks/manage-environments.html#creating-an-environment-file-manually).
@@ -147,4 +148,4 @@ For code-based training experiences, you control which Azure Machine Learning en
147148
* [Azure Machine Learning Base Images Repository](https://github.com/Azure/AzureML-Containers)
148149
* [Data Science Virtual Machine release notes](./data-science-virtual-machine/release-notes.md)
149150
* [AzureML Python SDK Release Notes](./azure-machine-learning-release-notes.md)
150-
* [Machine learning enterprise security](/azure/cloud-adoption-framework/ready/azure-best-practices/ai-machine-learning-enterprise-security)
151+
* [Machine learning enterprise security](/azure/cloud-adoption-framework/ready/azure-best-practices/ai-machine-learning-enterprise-security)

0 commit comments

Comments
 (0)