From dcbf15c75be634c80d2b41e88faf1f284c481b3e Mon Sep 17 00:00:00 2001 From: Ray Douglass Date: Tue, 2 Apr 2024 10:04:26 -0400 Subject: [PATCH] Add retry to mamba installs --- context/condarc | 1 + 1 file changed, 1 insertion(+) diff --git a/context/condarc b/context/condarc index 1a9827fa..ce7c0f06 100644 --- a/context/condarc +++ b/context/condarc @@ -5,3 +5,4 @@ channels: - pytorch - conda-forge - nvidia +remote_max_retries: 3