From 8fd8ac8ea331ed15f849764990a36bed28f8788c Mon Sep 17 00:00:00 2001 From: zhousha <736730048@qq.com> Date: Tue, 9 Sep 2025 17:17:07 +0800 Subject: [PATCH] update for ascend --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c96ce47..86b5541 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ modelscope download --model microsoft/beit-base-patch16-224 README.md --local_di ``` 2、使用Dockerfile生成镜像 -从仓库的【软件包】栏目下载基础镜像 git.modelhub.org.cn:980/enginex-ascend/quay.io/ascend/vllm-ascend:v0.10.0rc1 +从仓库的【软件包】栏目下载基础镜像 git.modelhub.org.cn:9443/enginex-ascend/quay.io/ascend/vllm-ascend:v0.10.0rc1 使用 Dockerfile_ascend 生成 镜像 ```python docker build -f Dockerfile_ascend -t ascend-my:v3 .