sam_crack/.pixi/config.toml
2025-12-24 13:43:34 +08:00

33 lines
919 B
TOML

[mirrors]
# redirect all requests for conda-forge to the prefix.dev mirror
"https://conda.anaconda.org/conda-forge" = [
"https://mirrors.ustc.edu.cn/anaconda/cloud/conda-forge",
]
"https://repo.anaconda.com/bioconda" = [
"https://mirrors.ustc.edu.cn/anaconda/cloud/bioconda",
]
"https://repo.anaconda.com/pkgs/main" = [
"https://mirrors.ustc.edu.cn/anaconda/pkgs/main",
]
"https://pypi.org/simple" = ["https://mirror.nju.edu.cn/pypi/web/simple"]
[proxy-config]
http = "http://172.22.0.1:7890"
https = "http://172.22.0.1:7890"
non-proxy-hosts = [".cn", "localhost", "[::1]"]
[pypi-config]
# Main index url
index-url = "https://mirror.nju.edu.cn/pypi/web/simple"
# list of additional urls
extra-index-urls = ["https://mirror.nju.edu.cn/pytorch/whl/cu126"]
# can be "subprocess" or "disabled"
keyring-provider = "subprocess"
# allow insecure connections to host
allow-insecure-host = ["localhost:8080"]