Skip to content

Commit 122c3ff

Browse files
lukasgdRMeli
andauthored
Update docs/guides/mlp_tutorials/llm-inference.md
Co-authored-by: Rocco Meli <[email protected]>
1 parent e96ee0f commit 122c3ff

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
@@ -105,7 +105,7 @@ podman://ngc-pytorch:24.01 # (2)!
105105
```
106106

107107
1. This builds the container image with the current working directory as the build context. The `Dockerfile` inside that directory is implicitly used as a recipe. If it is named differently use the `-f path/to/Dockerfile` option.
108-
2. The newly built container image is imported and stored under $SCRATCH/ce-images.
108+
2. The newly built container image is imported and stored under `$SCRATCH/ce-images`.
109109

110110
where you should replace `<ACCOUNT>` with your project account ID.
111111
At this point, you can exit the Slurm allocation by typing `exit`.

0 commit comments

Comments
 (0)