Skip to content

Commit a07784e

Browse files
committed
add note for ubuntu and openeuler
1 parent 958221f commit a07784e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/getting-started/quickstart_vllm_ascend.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ Download the pre-built `vllm-ascend` docker image and build unified-cache-manage
4141
cd unified-cache-management
4242
docker build -t ucm-vllm:latest -f ./docker/Dockerfile-NPU ./
4343
```
44+
vllm-ascend provides two variants: **Ubuntu** and **openEuler**.
45+
The `Dockerfile-NPU` uses the **openEuler** variant by default.
46+
47+
If you want to use the **Ubuntu** variant, please remove the `-openeuler` suffix and use the following image instead:
48+
49+
```text
50+
quay.io/ascend/vllm-ascend:v0.9.2rc1
51+
```
4452
Then run your container using following command. You can add or remove Docker parameters as needed.
4553
```bash
4654
# Update DEVICE according to your device (/dev/davinci[0-7])

0 commit comments

Comments
 (0)