作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在 Windows 计算机上运行 Nvidia rapids,但没有任何运气。我已经为 windows 安装了 docker 桌面并下载了 rapids 图像。已安装 Cuda 10.0,但未安装 Nvidia-container-toolkit。我无法让它运行。有什么想法或指导吗?
最佳答案
我不确定是否有人对原始问题给出了更明确的“更新”答案。在这一点上(2020 年 8 月),答案是“是的!”。您绝对可以在 Windows 10 上的 WSL2 中运行 RAPIDS,但需要满足以下几个条件:
要求
Python 3.8.3 (default, May 19 2020, 18:47:26)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.17.0 -- An enhanced Interactive Python. Type '?' for help.
>>> import cuml
>>> cuml.__version__
'0.15.0'
>>> import cudf
>>> cudf.__version__
'0.15.0'
>>> import dask_cudf
>>> dask_cudf.__version__
'0.15.0'
>>> import cupy
>>> cupy.__version__
'7.8.0'
...而且你很适合使用 RAPIDS AI。
关于gpu - 有没有办法在 Windows 电脑上运行 RAPIDS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58623169/
我是一名优秀的程序员,十分优秀!