-
Notifications
You must be signed in to change notification settings - Fork 30
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
cannot found cudatoolkit(12.1) when install it via conda in dockerfile.python #414
Comments
According to the RAPIDS selector: https://docs.rapids.ai/install |
okay, thanks for your information. |
Yes. We should switch to cuda-version from cudatoolkit. Was already done in the ci/Dockerfile. |
seems like cuml required cuda<12.0. Is that a know limitation ? |
cuml is compatible with cuda 12.0 cuda-version=12.0 should work in the conda install command. |
Okay, does cuml compatible with cuda 12.1+? Is this constraint in cuml's requirment make sense still? |
I think using cuda-version=12.0 may be more stable, as it is specified in cuml repository and tested: https://github.com/rapidsai/cuml/blob/branch-23.12/conda/environments/all_cuda-120_arch-x86_64.yaml Is there any problem using cuda-version=12.0 in the conda install command? |
using cuda-version=12.0 is OK, but i am wondering if we can use latest cuda version in future. |
=> ERROR [6/9] RUN conda install -y -c rapidsai -c conda-forge -c nvidia cudatoolkit=12.1 cuml=23.08 && c 393.8s
The text was updated successfully, but these errors were encountered: