We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is your question?
How to install rapids-singlecell through conda for CUDA version 12.4?
The text was updated successfully, but these errors were encountered:
Do you want to use conda or pypi?
conda
pypi
Sorry, something went wrong.
Could you clarify both for me, thx? @Intron7
To install rapids-singlecell with pip, use the following command:
pip install 'rapids-singlecell[rapids12]' --extra-index-url=https://pypi.nvidia.com
This works for all CUDA 12 versions.
If you prefer to install with conda, copy the YAML file from the Git repository and install with:
conda env create -f conda/rsc_rapids_24.08.yml
Note: Although the YAML file specifies RAPIDS 24.08, it is compatible with CUDA 12 and should work across CUDA 12.x environments.
No branches or pull requests
What is your question?
How to install rapids-singlecell through conda for CUDA version 12.4?
The text was updated successfully, but these errors were encountered: