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