|
|
@@ -47,11 +47,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-online-cpu-0.1.5
|
|
|
+ registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.6
|
|
|
mkdir -p ./funasr-runtime-resources/models
|
|
|
sudo docker run -p 10096:10095 -it --privileged=true \
|
|
|
-v $PWD/funasr-runtime-resources/models:/workspace/models \
|
|
|
- registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.5
|
|
|
+ registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.1.6
|
|
|
```
|
|
|
|
|
|
###### Server Start
|