Skip to content

Commit 62c2600

Browse files
henriquemsimberg
andauthored
dockerfile title="Dockerfile"
Co-authored-by: Mikael Simberg <[email protected]>
1 parent 47ba377 commit 62c2600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/mlp_tutorials/llm-inference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In theory, we could now just go ahead and use the container to run some PyTorch
3535

3636
Use your favorite text editor to create a file `Dockerfile` here. The Dockerfile should look like this:
3737

38-
```
38+
```dockerfile title="Dockerfile"
3939
FROM nvcr.io/nvidia/pytorch:24.01-py3
4040

4141
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)