mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user