update Dockerfile and Readme

This commit is contained in:
zhousha
2025-09-19 10:07:20 +08:00
parent e94f7ceace
commit f7cc6d64f6
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM git.modelhub.org.cn:9443/enginex-cambricon/mlu370-pytorch:v25.01-torch2.5.0-torchmlu1.24.1-ubuntu22.04-py310
FROM mlu370-pytorch:v25.01-torch2.5.0-torchmlu1.24.1-ubuntu22.04-py310
WORKDIR /root

View File

@@ -4,6 +4,7 @@
```shell
docker build -f ./Dockerfile.funasr-mlu370 -t <your_image> .
```
其中基础镜像 mlu370-pytorch:v25.01-torch2.5.0-torchmlu1.24.1-ubuntu22.04-py310 通过联系寒武纪厂商技术支持可获取
## 使用说明
### 快速镜像测试