-
Notifications
You must be signed in to change notification settings - Fork 900
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
Drop llvm16 from cuda118-conda devcontainer image #14526
Drop llvm16 from cuda118-conda devcontainer image #14526
Conversation
/ok to test |
@charlesbluca This won't be tested by CI -- only CUDA 12 images are tested in CI. If you can verify that this works locally, I will approve and merge it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is a similar change needed here for CUDA 11.8 + pip? https://github.com/charlesbluca/cudf/blob/75cebe9382c69994f89953f004c732b302c9fd6e/.devcontainer/cuda11.8-pip/devcontainer.json#L8
Yup, good catch @bdice - can make the change there too and will follow up after verifying the devcontainer builds for |
Actually on second thought, it looks like the tag for cuda11.8-pip does exist: Given the fact that the cuda12.0-pip devcontainer also includes llvm16, perhaps it would be worthwhile to revisit if llvm16 is required in either of the pip containers and limit this PR to unblocking the conda devcontainers? That being said, if we know that llvm16 isn't required for the pip devcontainers, happy to repurpose this PR to just drop that everywhere; mind if I defer to you @bdice? Don't really have too much familiarity here 😅 |
We want to keep llvm in the pip env containers. We want to drop it for conda. We'll get the relevant bits from conda as conda often requires we do so. Meanwhile pip is fine with system-wide deps in most cases. I think the changes look good as is. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Forgot to follow up - can verify that the changes here unblocked the |
Thanks for the context @cwharris, I see why that makes sense to use system LLVM for pip devcontainers but wouldn’t have thought to do it otherwise. |
/ok to test |
/merge |
Description
Looks like the old image used for cuda11.8-conda no longer exists:
On the suggestion of @trxcllnt, trying out
24.02-cpp-cuda11.8-mambaforge-ubuntu22.04
instead.Checklist