Skip to content

Commit 5189125

Browse files
maryamtahhanclaude
andcommitted
docs(mcv): fix missing --dir parameter in NVIDIA GPU example
Added missing --dir /cache parameter to the NVIDIA GPU validation example. The command was incomplete without specifying the output directory. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Maryam Tahhan <mtahhan@redhat.com>
1 parent ec25a51 commit 5189125

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcv/docs/no-gpu-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ podman build --target mcv-nvidia -t quay.io/gkm/mcv:nvidia -f mcv/images/amd64.d
6767
# Use with NVIDIA GPU
6868
podman run --rm --device nvidia.com/gpu=all \
6969
-v /path/to/cache:/cache quay.io/gkm/mcv:nvidia \
70-
--extract --image quay.io/myorg/cache:v1
70+
--extract --image quay.io/myorg/cache:v1 --dir /cache
7171
```
7272

7373
## Usage Examples

0 commit comments

Comments
 (0)