Skip to content
New issue

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

[QST] Cuda 12.4 #293

Open
tuhulab opened this issue Nov 7, 2024 · 3 comments
Open

[QST] Cuda 12.4 #293

tuhulab opened this issue Nov 7, 2024 · 3 comments
Labels
question Further information is requested

Comments

@tuhulab
Copy link

tuhulab commented Nov 7, 2024

What is your question?

How to install rapids-singlecell through conda for CUDA version 12.4?

@tuhulab tuhulab added the question Further information is requested label Nov 7, 2024
@tuhulab tuhulab changed the title [QST] [QST] Cuda 12.4 Nov 7, 2024
@Intron7
Copy link
Member

Intron7 commented Nov 7, 2024

Do you want to use conda or pypi?

@tuhulab
Copy link
Author

tuhulab commented Nov 7, 2024

Do you want to use conda or pypi?

Could you clarify both for me, thx? @Intron7

@Intron7
Copy link
Member

Intron7 commented Nov 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants