Skip to content

Commit acbf879

Browse files
authored
docs: fix formatting issue by adding missing code block fence in linux_nvidia.md (#33)
Signed-off-by: Rafael Zago <[email protected]>
1 parent 4adf2fa commit acbf879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/getting-started/linux_nvidia.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ logo: images/ilab_dog.png
1111
!!! note
1212
These steps will pull down a premade `qna.yaml` so you can do a local build. Skip the `wget`, `mv`, and `ilab taxonomy diff` if you don't want to do this.
1313

14+
```bash
1415
python3.11 -m venv --upgrade-deps venv
1516
source venv/bin/activate
1617
pip cache remove llama_cpp_python
@@ -141,4 +142,4 @@ you can save the completion script and source it from `~/.bashrc`:
141142
142143
```sh
143144
_ILAB_COMPLETE=fish_source ilab > ~/.config/fish/completions/ilab.fish
144-
```
145+
```

0 commit comments

Comments
 (0)