update Dockerfile

This commit is contained in:
zhousha
2025-09-15 17:24:01 +08:00
parent 8f1eec9c57
commit 88e541bba4
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM git.modelhub.org.cn:9443/enginex-iluvatar/bi100_corex:3.2.1 FROM corex:3.2.1
WORKDIR /root WORKDIR /root

View File

@@ -4,6 +4,7 @@
```shell ```shell
docker build -f ./Dockerfile.funasr-bi100 -t <your_image> . docker build -f ./Dockerfile.funasr-bi100 -t <your_image> .
``` ```
其中联系天数智芯技术支持获取基础镜像corex:3.2.1
## 使用说明 ## 使用说明
### 快速镜像测试 ### 快速镜像测试