Skip to content

Commit

Permalink
fix-example-yaml:
Browse files Browse the repository at this point in the history
When a specific physical GPU device is assigned, the container can only request one GPU.

Signed-off-by: wangqilin <[email protected]>
  • Loading branch information
wangqilin authored and wawa0210 committed Dec 3, 2024
1 parent e5abdbd commit bb535a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nvidia/specify_uuid_to_use.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ spec:
command: ["bash", "-c", "sleep 86400"]
resources:
limits:
nvidia.com/gpu: 2 # requesting 2 vGPUs
nvidia.com/gpu: 1 # requesting 1 vGPU

0 comments on commit bb535a0

Please sign in to comment.