File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
docs/source/getting-started Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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+ ```
4452Then 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])
You can’t perform that action at this time.
0 commit comments