Skip to content

Commit 1e8c667

Browse files
authored
Update 1-overview-and-build.md
1 parent a80bb77 commit 1e8c667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/learning-paths/servers-and-cloud-computing/vllm-acceleration/1-overview-and-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Install the minimum system package used by vLLM on Arm:
4343
```bash
4444
sudo apt-get update -y
4545
sudo apt-get install -y build-essential cmake libnuma-dev
46-
sudo apt install python3.12-venv python3.12-dev
46+
sudo apt install -y python3.12-venv python3.12-dev
4747
```
4848

4949
Optional performance helper you can install now or later:

0 commit comments

Comments
 (0)