Skip to content

Commit 8a13402

Browse files
authored
[Update] HF Jobs Documentation (#3268)
Adding a small fix to the hf jobs run example.
1 parent a947bfb commit 8a13402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/guides/jobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use the [`hf jobs` CLI](./cli#hf-jobs) to run Jobs from the command line, and pa
2828
`hf jobs run` runs Jobs with a Docker image and a command with a familiar Docker-like interface. Think `docker run`, but for running code on any hardware:
2929

3030
```bash
31-
>>> hf jobs run python:12 -c "print('Hello world!')"
31+
>>> hf jobs run python:12 python -c "print('Hello world!')"
3232
>>> hf jobs run --flavor a10g-small pytorch/pytorch:2.6.0-cuda12.4-cudnn9-devel python -c "import torch; print(torch.cuda.get_device_name())"
3333
```
3434

0 commit comments

Comments
 (0)