Can anyone help me to get the [ "self-hosted", "debug" ] runner configuration!!!! #8268
Replies: 3 comments
-
Hi @AndyForrestC! I'm Dosu and I’m helping the ragflow team. To use RAGFlow with a CI/CD pipeline on a self-hosted runner in debug mode, your runner needs to have the labels "self-hosted" and "debug". The workflow expects a runner with these labels and will run jobs like code checkout, Docker image builds, and tests on it. You can see an example in the workflow config: Your runner machine should have Docker, Docker Compose, and sudo privileges, since the workflow builds and runs containers. The actual debug mode for RAGFlow itself is enabled via the For Docker and service configuration, check out the details in the docs/configurations.md file—this covers environment variables and service setup for RAGFlow and its dependencies. If you need to set up the runner itself, follow the GitHub Actions docs for adding a self-hosted runner and apply the "self-hosted" and "debug" labels. Once the runner is online and labeled, the workflow should pick it up automatically. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
@asiroliu is our experienced test engineer and could share some exp with you. |
Beta Was this translation helpful? Give feedback.
-
RAGFlow runner docker: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use ragflow and the cicd pipeline, Can anyone tell me the configuration of the [ "self-hosted", "debug" ] runner?
Beta Was this translation helpful? Give feedback.
All reactions