
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
This project contanis a UI that helps in setting up your https://github.com/viadee/bpmn.ai preprocessing pipeline easily.
The easiest way to run bpmn.ai-ui is by using the provided https://hub.docker.com/r/viadee/bpmn.ai-ui.
In order to run bpmn.ai-ui you can use the following command:
docker run -it --rm \ --network bpmnai-ui-demo \ -v <local_folder_for_bpmn.ai_files>:/data \ -p 7000:7000 \ viadee/bpmn.ai-ui:latest
This run the latest version of bpmn.ai-ui and maps your local folder as /data inside the container (has to be /data) and makes the UI available on port http://localhost:7000 on the docker host. It is configured to use all cpu cores available to the docker container.
By using "--network bpmnai-ui-demo" the docker container is joined into the docker network bpmnai-ui-demo. This should match the docker network of your kafka server if it is also running in a docker container.
You can run bpmn.ai-ui by building a standalone jar and run it on your machine.
Create a standalone jar
In the project root folder run the following command to build a standalone runnable jar:
mvn clean package -PstandaloneJar
After a succesful build the standalone jar can be found in the folder backend/target/bpmnai-ui-<version>-jar-with-dependencies.jar
Run the jar
In order to run the strandalone jar you can use the following command:
java -Dspark.master="local[*]" -jar <path_to_bpmnai-ui-\<version\>-jar-with-dependencies.jar
-Dspark.master="local[*]" will tell Apache Spark to use all available cpu cores. You can replace the asterisk with the number of cpu cores Spark should be using.
The UI will be available on port http://localhost:7000.
Add your own pipeline step
If you want to add you own pipeline steps while using the UI you simply change the bpmn.ai-core dependency of the bpmn.ai-ui to your maven project based on bpmn.ai-core containing your pipeline steps. Just make sure that your project is using bpmn.ai-core as a dependency with at least version 1.2.1.
For details on building your own pipeline step see the https://github.com/viadee/bpmn.ai/wiki/12_Tutorial-2-%E2%80%90-Create-a-custom-Preprocessing-step-for-bpmn.ai.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务