Skip to content

Replace deprecated runtime option with gpus#74

Open
velectron wants to merge 1 commit into
NVIDIA:mainfrom
velectron:patch-1
Open

Replace deprecated runtime option with gpus#74
velectron wants to merge 1 commit into
NVIDIA:mainfrom
velectron:patch-1

Conversation

@velectron
Copy link
Copy Markdown

@velectron velectron commented Jun 4, 2026

Hi,

The runtime option does not work:

docker run --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all ubuntu nvidia-smi -L

Replacing it with gpus works fine:

docker run --gpus=all alpine nvidia-smi -L

Cheers,

@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot Bot commented Jun 4, 2026

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.

1 participant