Skip to content

Commit 4cc38a4

Browse files
authored
Remove SSL verify line
1 parent ade1d24 commit 4cc38a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Azure Machine Learning uses Conda for package installations. By default, package
5858

5959
```dockerfile
6060
RUN conda config --set offline false \
61-
&& conda config --set ssl_verify no \
6261
&& conda config --remove channels defaults || true \
6362
&& conda config --add channels https://my.private.conda.feed/conda/feed \
6463
```

0 commit comments

Comments
 (0)