diff --git a/README.md b/README.md index 3144f44..892bf09 100644 --- a/README.md +++ b/README.md @@ -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 . ```