|
|
@@ -93,11 +93,11 @@ Use the following command to pull and launch the FunASR software package Docker
|
|
|
|
|
|
```shell
|
|
|
sudo docker pull \
|
|
|
- registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.3.0
|
|
|
+ registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.4.1
|
|
|
mkdir -p ./funasr-runtime-resources/models
|
|
|
sudo docker run -p 10095:10095 -it --privileged=true \
|
|
|
-v $PWD/funasr-runtime-resources/models:/workspace/models \
|
|
|
- registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.3.0
|
|
|
+ registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.4.1
|
|
|
```
|
|
|
|
|
|
###### Server Start
|