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

Declare Linux support via glibc versions #559

Merged
merged 4 commits into from
Oct 29, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Oct 29, 2024

This PR clarifies that RAPIDS is supported on Linux distributions with glibc >= 2.28. This is more inclusive than limiting to only the distributions in our CI matrix, as there are many flavors of Linux that are functionally similar for the needs of RAPIDS.

Copy link

vercel bot commented Oct 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview Oct 29, 2024 5:54pm

Copy link

netlify bot commented Oct 29, 2024

Deploy Preview for docs-rapids-ai ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit dfe3cb1
🔍 Latest deploy log https://app.netlify.com/sites/docs-rapids-ai/deploys/6721211b8983e00008cc9f15
😎 Deploy Preview https://deploy-preview-559--docs-rapids-ai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@bdice bdice marked this pull request as ready for review October 29, 2024 17:08
@bdice bdice requested a review from a team as a code owner October 29, 2024 17:08
@bdice bdice merged commit 3239770 into rapidsai:main Oct 29, 2024
6 checks passed
@@ -283,7 +289,7 @@ Windows users can now tap into GPU accelerated data science on their local machi

### **WSL2 Additional Prerequisites**

<i class="fas fa-desktop text-white"></i> **OS:** Windows 11 with Ubuntu 22.04 instance for WSL2. <br/>
<i class="fas fa-desktop text-white"></i> **OS:** Windows 11 with a WSL2 installation of Ubuntu (minimum version 20.04). <br/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this was Ubuntu 22.04 and then became 20.04. Was this meant to still be 22.04?

Suggested change
<i class="fas fa-desktop text-white"></i> **OS:** Windows 11 with a WSL2 installation of Ubuntu (minimum version 20.04). <br/>
<i class="fas fa-desktop text-white"></i> **OS:** Windows 11 with a WSL2 installation of Ubuntu (minimum version 22.04). <br/>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be Ubuntu 20.04. It was incorrect before.

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.

3 participants