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

ci: switch Docker image to nvidia/cuda:12.6.0-devel-rockylinux9 #35

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

lgarrison
Copy link
Member

cupy currently requires development headers that aren't in the "runtime" CUDA Docker images (cupy/cupy#8466). It seems like eventually the plan is to support CUDA from pip (cupy/cupy#8013), and indeed the headers are already available from the nvidia-cuda-runtime-cu12 on PyPI, but let's not mix and match CUDA sources unless we need to.

(Also, let's use Rocky instead of Ubuntu, since most users will probably be on a GPU cluster running a RHEL variant.)

cupy currently needs header files that aren't in the runtime image
@lgarrison
Copy link
Member Author

Also, the Jenkins tests weren't running properly on PRs before, but they should be now.

@lgarrison lgarrison merged commit 9cdd796 into main Aug 29, 2024
8 checks passed
@lgarrison lgarrison deleted the ci-image branch August 29, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant