Skip to content

Commit 61dce66

Browse files
authored
Update jobs.md (#3297)
Fixed Typo
1 parent 66ab8c8 commit 61dce66

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 python -c "print('Hello world!')"
31+
>>> hf jobs run python:3.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)