All Questions
3 questions
2
votes
1
answer
3k
views
RAPIDS pip installation issue
I've been trying to install RAPIDS in my Docker environment, which initially went smoothly. However, over the past one or two weeks, I've been encountering an error.
The issue seems to be that pip is ...
3
votes
2
answers
4k
views
RAPIDS installation issue
I have executed the pip install commands from RAPIDS into Google Colab ipynb jupyter notebook. They are:
pip install cudf-cu11 dask-cudf-cu11 --extra-index-url=https://pypi.ngc.nvidia.com
pip install ...
0
votes
1
answer
316
views
persistent pip install in rapids.ai docker container
This is probably a really stupid question, but one has got to start somewhere. I am playing with NVDIA's rapids.ai gpu-enhanced docker container, but this (presumably by design) does not come with ...