Skip to content

docs: fix nvidia-container-runtime usage example#1905

Open
iacker wants to merge 1 commit into
NVIDIA:mainfrom
iacker:docs/fix-runtime-usage-example
Open

docs: fix nvidia-container-runtime usage example#1905
iacker wants to merge 1 commit into
NVIDIA:mainfrom
iacker:docs/fix-runtime-usage-example

Conversation

@iacker

@iacker iacker commented Jul 4, 2026

Copy link
Copy Markdown

This updates the nvidia-container-runtime usage example so it follows the runtime path described earlier in the README: the NVIDIA runtime modifies the OCI spec when a create command is detected, then the container can be started.

The old example used run, which skips the modifier path and leaves the generated config.json unchanged, as reported in #781.

Fixes #781

Validation:

  • Confirmed the old nvidia-container-runtime run nvidia_smi example is no longer present.
  • Confirmed the replacement example uses create, start, and cleanup with delete.

AI assistance disclosure:

  • I used AI assistance to identify the stale example and prepare this small documentation update.

Signed-off-by: Billard <82095453+iacker@users.noreply.github.com>
@copy-pr-bot

copy-pr-bot Bot commented Jul 4, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

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.

nvidia-container-runtime usage example is broken/incorrect

1 participant