From e687a5c11ad713f4fb75446852d6fdc308915e80 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 23 Dec 2024 10:49:40 -0600 Subject: [PATCH] try forcing mamba/conda to peform operations serially --- context/condarc.tmpl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/context/condarc.tmpl b/context/condarc.tmpl index 9700665..a8142ba 100644 --- a/context/condarc.tmpl +++ b/context/condarc.tmpl @@ -13,3 +13,12 @@ conda-build: output_folder: $RAPIDS_CONDA_BLD_OUTPUT_DIR number_channel_notices: 0 always_yes: true + +# threads to use when downloading and reading repodata +repodata_threads: 1 + +# threads to use when downloading packages +fetch_threads: 1 + +# default for all other multi-threaded operations +default_threads: 1