Last active
July 11, 2022 06:22
-
-
Save dagrons/c9e30167a253a116ad7931e567d2e2a4 to your computer and use it in GitHub Desktop.
.condarc template for conda
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
channels: | |
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ | |
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ | |
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ | |
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/ | |
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/fastai/ | |
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ | |
- http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/ | |
show_channel_urls: true | |
ssl_verify: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment