From 3649c54afbc907115ac394d45cea571aa95d4464 Mon Sep 17 00:00:00 2001
From: 志浩 <neo.dzh@alibaba-inc.com>
Date: 星期四, 25 五月 2023 15:38:37 +0800
Subject: [PATCH] fix oov bug for sond inference

---
 docs/installation/docker.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/installation/docker.md b/docs/installation/docker.md
index 77554d3..bc80819 100644
--- a/docs/installation/docker.md
+++ b/docs/installation/docker.md
@@ -34,11 +34,11 @@
 
 ### Image
 #### CPU
-`registry.cn-hangzhou.aliyuncs.com/modelscope-repo/modelscope:ubuntu20.04-py37-torch1.11.0-tf1.15.5-1.5.0`
+`registry.cn-hangzhou.aliyuncs.com/modelscope-repo/modelscope:ubuntu20.04-py37-torch1.11.0-tf1.15.5-1.6.0`
 
 #### GPU
 
-`registry.cn-hangzhou.aliyuncs.com/modelscope-repo/modelscope:ubuntu20.04-cuda11.3.0-py37-torch1.11.0-tf1.15.5-1.5.0`
+`registry.cn-hangzhou.aliyuncs.com/modelscope-repo/modelscope:ubuntu20.04-cuda11.3.0-py37-torch1.11.0-tf1.15.5-1.6.0`
 
 ### Pull Image
 ```shell

--
Gitblit v1.9.1