Explorar el Código

Update SDK_advanced_guide_offline.md

Yabin Li hace 2 años
padre
commit
3bcaa14a09
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      funasr/runtime/docs/SDK_advanced_guide_offline.md

+ 2 - 2
funasr/runtime/docs/SDK_advanced_guide_offline.md

@@ -36,9 +36,9 @@ sudo systemctl start docker
 Use the following command to pull and launch the Docker image for the FunASR runtime-SDK:
 Use the following command to pull and launch the Docker image for the FunASR runtime-SDK:
 
 
 ```shell
 ```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: 
 Introduction to command parameters: