未验证 提交 fa2dc69d 编写于 作者: T TeslaZhao 提交者: GitHub

Merge branch 'PaddlePaddle:develop' into develop

......@@ -13,7 +13,7 @@ Kubernetes 是一个基于容器技术的分布式架构的解决方案,是云
Paddle Serving 的 Kubernetes 集群部署方案设计如下图所示,用户流量通过 Kong Ingress 转发到 Kubernetes 集群。Kubernetes 集群负责管理 Service 和 Pod 实例。
<p align="center">
<img src="../images/kubernetes_design.png" width="250">
<img src="../images/kubernetes_design.png" width="800">
</p>
## 部署步骤
......
numpy>=1.12, <=1.16.4 ; python_version<"3.5"
numpy<=1.19.4 ; platform_machine == "aarch64"
shapely==1.8.0
wheel>=0.34.0, <0.35.0
setuptools>=44.1.0
......@@ -24,7 +25,7 @@ pytest==7.0.1
prometheus-client==0.12.0
pillow==8.4.0 ; python_version == "3.6"
pillow==9.0.0 ; python_version > "3.6"
av==8.0.3
decord==0.4.2
SimpleITK
av==8.0.3; platform_machine != "aarch64"
decord==0.4.2; platform_machine != "aarch64"
SimpleITK; platform_machine != "aarch64"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册