We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aede57b commit f00c9abCopy full SHA for f00c9ab
DEPLOYMENT_GUIDE.md
@@ -53,6 +53,21 @@ cd tools
53
54
### 安装命令示例
55
56
+#### ACE场景
57
+
58
+```bash
59
+bash ./install.sh \
60
+ --ns model-engine \
61
+ --repo https://registry.example.com/ \
62
+ --repo-user admin \
63
+ --storage-class sc-system-manage \
64
+ --dataset 500Gi \
65
+ --operator 50Gi \
66
+ --port 30000
67
+```
68
69
+#### ECE场景
70
71
```bash
72
bash ./install.sh \
73
--ns model-engine \
@@ -64,7 +79,7 @@ bash ./install.sh \
79
--skip-haproxy
80
```
81
-当在智算中心场景安装时,需要执行如下步骤:
82
+需要额外执行如下步骤:
83
1. 通过terrabase指定datamate端口号,进入terrabase安装目录执行如下命令:
84
其中ip为《ModelEngine 25.0.RC1 安装部署指南》5.4.1步骤1设置的弹性ip地址,端口为自定义的datamate访问的前端端口号,建议为ModelEngine访问的前端端口号+1
85
0 commit comments