-
Notifications
You must be signed in to change notification settings - Fork 15
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
Incorrect cuda-nvcc version #102
Comments
What about |
The underlying issue is that CondaPkg passes Currently CondaPkg specifies |
To clarify, CondaPkg installs the correct cuda-toolkit version from "nvidia/label/cuda-11.7.1" but it installs the dependencies, e.g., cuda-nvcc, with higher version numbers from "conda-forge". Am I right? |
To install cuda-toolkit 11.7.1:
The installed packages:
By adding
channels = ["anaconda"]
to the CondaPkg.toml, the correct cuda-nvcc version is installed.The installed packages:
Julia and the package version:
The text was updated successfully, but these errors were encountered: