介紹
可以加速conda
配置網(wǎng)絡(luò)安裝
在本地機(jī)器上創(chuàng)建socks代理
ssh -N -f -D 8810 limh@10.193.79.000
在服務(wù)器上配置curl使用socks代理
curl -x socks5h://localhost:8810 -L -O "https://github.com/condaforge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh"
成功下載之后繼續(xù)安裝
bash Mambaforge-Linux-x86_64.sh
#安裝完成后,初始化
source ~/.bashrc
mamba --version