Skip to content

Commit eaa4b2f

Browse files
committed
升级20240901版本
1 parent 7e70dda commit eaa4b2f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

install/docker/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,13 @@ yarn: npm install yarn -g
134134
```
135135
```sh
136136
# 初始化安装可能会遇到依赖包的版本选择,直接回车默认即可
137-
cd myapp/vision && yarn && yarn build
137+
如果本地环境有偏差,可以在容器内进行构建,参考entrypoint.sh中的构建命令
138+
# 构建前端主体
139+
cd /home/myapp/myapp/frontend && npm install && npm run build
140+
# 构建机器学习pipeline
141+
cd /home/myapp/myapp/vision && npm install && npm run build
142+
# 构建数据ETL pipeline
143+
cd /home/myapp/myapp/visionPlus && yarn && npm run build
138144
```
139145
输出路径:`myapp/static/appbuilder`
140146
#### 纯前端开发(本地)

0 commit comments

Comments
 (0)