Skip to content

docs(containers): move GPU access to dedicated page#24433

Merged
dvdksn merged 1 commit intodocker:mainfrom
doringeman:containers-gpu
Mar 20, 2026
Merged

docs(containers): move GPU access to dedicated page#24433
dvdksn merged 1 commit intodocker:mainfrom
doringeman:containers-gpu

Conversation

@doringeman
Copy link
Copy Markdown
Contributor

Description

Moves the GPU access content out of resource_constraints.md into a new dedicated page gpu.md. The resource constraints page now contains only memory and CPU content, with a stub linking to the new page.

Also improves the GPU page:

  • Replaces outdated nvidia-smi output (GRID K520, driver 384) with current output (NVIDIA L4, driver 535, CUDA 12.2)
  • Fixes incorrect claim that GPU UUIDs come from the Bus-Id column
  • Adds nvidia-smi -L step to show how to retrieve UUIDs
  • Improves device selection examples with proper context before each code block
  • Updates resource_constraints.md description and keywords to be more specific and searchable

Reviews

  • Technical review
  • Editorial review
  • Product review

@doringeman doringeman requested a review from dvdksn as a code owner March 19, 2026 18:00
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 19, 2026

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit 0913862
🔍 Latest deploy log https://app.netlify.com/projects/docsdocker/deploys/69bc3ce6e74b210007e7668d
😎 Deploy Preview https://deploy-preview-24433--docsdocker.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 project configuration.

@github-actions github-actions bot added the area/engine Issue affects Docker engine/daemon label Mar 19, 2026
Copy link
Copy Markdown
Contributor

@docker-agent docker-agent bot left a comment

Choose a reason for hiding this comment

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

Assessment: 🟢 APPROVE

This PR successfully moves GPU access documentation to a dedicated page with several improvements:

Well-structured content: Clear progression from prerequisites → installation → usage examples
Updated examples: Replaces outdated nvidia-smi output (GRID K520, driver 384) with current output (NVIDIA L4, driver 535, CUDA 12.2)
Improved accuracy: Correctly shows how to retrieve GPU UUIDs with nvidia-smi -L instead of claiming they come from the Bus-Id column
Better context: Each code example now has proper explanatory text before it
Style compliance: No hedge words, proper code formatting, follows STYLE.md guidelines
Front matter: Complete with appropriate title, description, and keywords

The resource_constraints.md page now focuses solely on memory and CPU constraints with a clean stub linking to the new GPU page.

No issues found.

Signed-off-by: Dorin Geman <dorin.geman@docker.com>
Copy link
Copy Markdown
Contributor

@dvdksn dvdksn left a comment

Choose a reason for hiding this comment

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

LGTM thanks for this change @doringeman 🚀

@dvdksn dvdksn merged commit 55e175d into docker:main Mar 20, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/engine Issue affects Docker engine/daemon

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants