From 72eca5185480b2d7278e09c9065805e6317c7ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=8B=E6=B1=9F=E5=A4=A9=E6=9E=A2?= Date: Thu, 14 Apr 2022 05:45:05 +0000 Subject: [PATCH] update dubhe-server/yaml/dubhe-serving.yaml. --- dubhe-server/yaml/dubhe-serving.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dubhe-server/yaml/dubhe-serving.yaml b/dubhe-server/yaml/dubhe-serving.yaml index f38bd24..3c95a82 100644 --- a/dubhe-server/yaml/dubhe-serving.yaml +++ b/dubhe-server/yaml/dubhe-serving.yaml @@ -6,10 +6,10 @@ feign: # serving模块配置 serving: # 容器镜像配置 - gpu-image: harbor.dubhe.ai/serving/serving-gpu:base - cpu-image: harbor.dubhe.ai/serving/serving-cpu:base + gpu-image: harbor.dubhe.com/serving/serving-gpu:base + cpu-image: harbor.dubhe.com/serving/serving-cpu:base sourcePath: "/serving/dubhe_serving" - gateway-uri-postfix: .apitest.dubhe.ai + gateway-uri-postfix: .api.dubhe.ai onlineRootPath: "/serving/deployment/" batchRootPath: "/serving/batch/" group: serving_test_group