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 .