Skip to content

Commit 4666ed5

Browse files
Merge pull request #223064 from deeikele/setcondarepo
Include example on setting repodata location
2 parents f592cce + 8cdd9f2 commit 4666ed5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
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).

0 commit comments

Comments
 (0)