Doc: Update readme document (#6052)

### What problem does this PR solve?

Added GPU startup script in the readme document

### Type of change

- [x] Documentation Update
This commit is contained in:
最美乡村程序员
2025-03-17 09:51:13 +08:00
committed by GitHub
parent d1d651080a
commit 634e7a41c5
8 changed files with 32 additions and 0 deletions

View File

@ -189,7 +189,11 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
:::
```bash
# Use CPU for embedding and DeepDoc tasks:
$ docker compose -f docker-compose.yml up -d
# To use GPU to accelerate embedding and DeepDoc tasks:
# docker compose -f docker-compose-gpu.yml up -d
```
```mdx-code-block