[CI]Install clang in dokerfile for triton ascend (#4409)

### What this PR does / why we need it?
Install clang in dokerfile for triton ascend

- vLLM version: v0.13.0
- vLLM main:
d68209402d

Signed-off-by: Meihan-chen <jcccx.cmh@gmail.com>
This commit is contained in:
meihanc
2026-01-22 19:01:28 +08:00
committed by GitHub
parent a7d781f135
commit e54d294df3
9 changed files with 41 additions and 39 deletions

View File

@@ -31,18 +31,6 @@ If you want to deploy multi-node environment, you need to verify multi-node comm
You can using our official docker image to run `DeepSeek-V3.2` directly..
:::{note}
We strongly recommend you to install clang make triton ascend stable enough. For Ubuntu, the command is
```bash
apt-get -y clang-15
update-alternatives --install /usr/bin/clang clang /usr/bin/clang-15 20
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-15 20
```
:::
:::::{tab-set}
:sync-group: install