update for ascend

This commit is contained in:
zhousha
2025-09-09 17:17:07 +08:00
parent 41550cf808
commit 8fd8ac8ea3

View File

@@ -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 .