From 6cc2e585b745685c71c10af80dda3553cc949460 Mon Sep 17 00:00:00 2001
From: Zhihao Du <neo.dzh@alibaba-inc.com>
Date: 星期四, 25 五月 2023 15:49:44 +0800
Subject: [PATCH] fix oov bug for sond inference (#555)

---
 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