Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
63e26fff
Unverified
Commit
63e26fff
authored
Apr 21, 2025
by
David Xia
Committed by
GitHub
Apr 21, 2025
Browse files
[doc] install required python3-dev apt package (#16888)
Signed-off-by:
David Xia
<
david@davidxia.com
>
parent
fe3462c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/getting_started/installation/cpu/build.inc.md
docs/source/getting_started/installation/cpu/build.inc.md
+1
-1
No files found.
docs/source/getting_started/installation/cpu/build.inc.md
View file @
63e26fff
...
@@ -2,7 +2,7 @@ First, install recommended compiler. We recommend to use `gcc/g++ >= 12.3.0` as
...
@@ -2,7 +2,7 @@ First, install recommended compiler. We recommend to use `gcc/g++ >= 12.3.0` as
```
console
```
console
sudo apt-get update -y
sudo apt-get update -y
sudo apt-get install -y gcc-12 g++-12 libnuma-dev
sudo apt-get install -y gcc-12 g++-12 libnuma-dev
python3-dev
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 --slave /usr/bin/g++ g++ /usr/bin/g++-12
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 --slave /usr/bin/g++ g++ /usr/bin/g++-12
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment