Skip to content

Commit f00c9ab

Browse files
committed
fix
1 parent aede57b commit f00c9ab

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

DEPLOYMENT_GUIDE.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,21 @@ cd tools
5353

5454
### 安装命令示例
5555

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+
5671
```bash
5772
bash ./install.sh \
5873
--ns model-engine \
@@ -64,7 +79,7 @@ bash ./install.sh \
6479
--skip-haproxy
6580
```
6681

67-
当在智算中心场景安装时,需要执行如下步骤
82+
需要额外执行如下步骤
6883
1. 通过terrabase指定datamate端口号,进入terrabase安装目录执行如下命令:
6984
其中ip为《ModelEngine 25.0.RC1 安装部署指南》5.4.1步骤1设置的弹性ip地址,端口为自定义的datamate访问的前端端口号,建议为ModelEngine访问的前端端口号+1
7085
```bash

0 commit comments

Comments
 (0)