Skip to content

Commit 52dd522

Browse files
authored
format
1 parent 4cc38a4 commit 52dd522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Azure Machine Learning uses Conda for package installations. By default, package
5959
```dockerfile
6060
RUN conda config --set offline false \
6161
&& conda config --remove channels defaults || true \
62-
&& conda config --add channels https://my.private.conda.feed/conda/feed \
62+
&& conda config --add channels https://my.private.conda.feed/conda/feed
6363
```
6464

6565
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)