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

Build CUDA 11.8 and Python 3.10 Packages #916

Merged
merged 2 commits into from
Jan 13, 2023

Conversation

ajschmidt8
Copy link
Member

This PR updates ucx-py to build against branch cuda-118 of the shared-action-workflow repository.

That branch contains updates for CUDA 11.8 and Python 3.10 packages.

It also includes some minor file renames.

This PR will unblock the following PRs:

This PR updates `ucx-py` to build against branch [cuda-118](https://github.com/rapidsai/shared-action-workflows/compare/cuda-118) of the `shared-action-workflow` repository.

That branch contains updates for CUDA `11.8` and Python `3.10` packages.

It also includes some minor file renames.
throughout the process of upgrading the RAPIDS libraries to `11.8`, I've noticed that the `11.8` images are missing a lot of packages that were previously available in the `11.5` images.

these changes are from the upstream images, not RAPIDS' images.

it seems that `gcc` is missing, which is causing build issues for `ucx-py`.

this commit adds conda's `c` and `cxx` compilers to account for these new missing dependencies.
@ajschmidt8
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 52e9c32 into rapidsai:branch-0.30 Jan 13, 2023
@ajschmidt8 ajschmidt8 deleted the cuda-118 branch January 13, 2023 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants