mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update SDK_advanced_guide_online
This commit is contained in:
parent
86e7118344
commit
178fa2cd19
@ -26,9 +26,9 @@ If you do not have Docker installed, please refer to [Docker Installation](https
|
||||
### Pull Docker Image
|
||||
Use the following command to pull and start the FunASR software package docker image:
|
||||
```shell
|
||||
sudo docker pull registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-online-cpu-0.2.0
|
||||
sudo docker pull 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.2.0
|
||||
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.6
|
||||
```
|
||||
|
||||
### Launching the Server
|
||||
|
||||
Loading…
Reference in New Issue
Block a user