当前位置:
首页
>
文章详情
windows系统下安装ubuntu来跑AI
2023-09-21

由于windows系统对一些语音视频类的软件不支持,一些ai模型需在linux下运行。所以对于windows系统的用户,需要去装一个linux系统。

这里推荐大家去用wsl来安装ubuntu系统来运行。

首先,打开cmd命令行安装wsl

wsl --install

然后去microsft app安装ubuntu


image.png


三、安装anconda

地址:https://developer.nvidia.com/cuda-11-8-0-download-archive?target_os=Linux&target_arch=x86_64&Distribution=WSL-Ubuntu&target_version=2.0&target_type=runfile_local 

wget https://developer.download.nvidia.com/compute/cuda/repos/wsl-ubuntu/x86_64/cuda-wsl-ubuntu.pin
sudo mv cuda-wsl-ubuntu.pin /etc/apt/preferences.d/cuda-repository-pin-600
wget https://developer.download.nvidia.com/compute/cuda/11.8.0/local_installers/cuda-repo-wsl-ubuntu-11-8-local_11.8.0-1_amd64.debsudo dpkg -i cuda-repo-wsl-ubuntu-11-8-local_11.8.0-1_amd64.deb
sudo cp /var/cuda-repo-wsl-ubuntu-11-8-local/cuda-*-keyring.gpg /usr/share/keyrings/sudo apt-get update
sudo apt-get -y install cuda



评论列表
写跟帖
取消
评论
{{item.nickname}}
{{item.ip_city}}
{{item.timeago}}
{{item.content}}
加载更多