|
|
@@ -36,9 +36,9 @@ sudo systemctl start docker
|
|
|
Use the following command to pull and launch the Docker image for the FunASR runtime-SDK:
|
|
|
|
|
|
```shell
|
|
|
-sudo docker pull registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-latest
|
|
|
+sudo docker pull registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.2.0
|
|
|
|
|
|
-sudo docker run -p 10095:10095 -it --privileged=true -v /root:/workspace/models registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-latest
|
|
|
+sudo docker run -p 10095:10095 -it --privileged=true -v /root:/workspace/models registry.cn-hangzhou.aliyuncs.com/funasr_repo/funasr:funasr-runtime-sdk-cpu-0.2.0
|
|
|
```
|
|
|
|
|
|
Introduction to command parameters:
|