Skip to content

Commit

Permalink
升级20240901版本
Browse files Browse the repository at this point in the history
  • Loading branch information
data-infra committed Sep 24, 2024
1 parent 7e70dda commit eaa4b2f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion install/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,13 @@ yarn: npm install yarn -g
```
```sh
# 初始化安装可能会遇到依赖包的版本选择,直接回车默认即可
cd myapp/vision && yarn && yarn build
如果本地环境有偏差,可以在容器内进行构建,参考entrypoint.sh中的构建命令
# 构建前端主体
cd /home/myapp/myapp/frontend && npm install && npm run build
# 构建机器学习pipeline
cd /home/myapp/myapp/vision && npm install && npm run build
# 构建数据ETL pipeline
cd /home/myapp/myapp/visionPlus && yarn && npm run build
```
输出路径:`myapp/static/appbuilder`
#### 纯前端开发(本地)
Expand Down

0 comments on commit eaa4b2f

Please sign in to comment.