fix readme

This commit is contained in:
2025-09-11 10:44:25 +08:00
parent 82694510b7
commit 6b553b240d

View File

@@ -33,7 +33,7 @@ modelscope download --model Qwen/Qwen3-8B README.md --local_dir ./model
2、使用Dockerfile生成镜像
从仓库的【软件包】栏目下载基础镜像 git.modelhub.org.cn:9443/enginex-ascend/cann:8.2.rc1-910b-ubuntu22.04-py3.11
使用 Dockerfile_ascend 生成 镜像
使用 Dockerfile 生成 镜像
```python
docker build -f Dockerfile -t ascend-vllm:dev .
```