Skip to content

Instantly share code, notes, and snippets.

@dagrons
Last active July 11, 2022 06:22
Show Gist options
  • Save dagrons/c9e30167a253a116ad7931e567d2e2a4 to your computer and use it in GitHub Desktop.
Save dagrons/c9e30167a253a116ad7931e567d2e2a4 to your computer and use it in GitHub Desktop.
.condarc template for conda
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