From c6ca1618b5c2f2c3e0c640bac8044ea8964670ca Mon Sep 17 00:00:00 2001 From: Konano Date: Thu, 30 Nov 2023 14:30:55 +0800 Subject: [PATCH] add condarc --- files/.condarc | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 files/.condarc diff --git a/files/.condarc b/files/.condarc new file mode 100644 index 0000000..a5b3c61 --- /dev/null +++ b/files/.condarc @@ -0,0 +1,9 @@ +auto_activate_base: true +channels: + - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ + - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ + - defaults +show_channel_urls: true +custom_channels: + pytorch: https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud +changeps1: false