Are there any publicly available conda-forge mirrors?

@wshanks,

I think this is actually possible in conda/mamba when you use the custom_multichannels setting:

custom_multichannels:
  conda-forge:
    - https://prefix.dev/conda-forge
    - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge

That’s an example based on a couple mirrors listed in this thread.

2 Likes