Don't release full image (#10654)

### What problem does this PR solve?

Introduced gpu profile in .env
Added Dockerfile_tei
fix datrie
Removed LIGHTEN flag

### Type of change

- [x] Documentation Update
- [x] Refactoring
This commit is contained in:
Zhichang Yu
2025-10-23 23:02:27 +08:00
committed by GitHub
parent 92739ea804
commit 73144e278b
67 changed files with 2792 additions and 3608 deletions

View File

@ -196,9 +196,6 @@ 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
@ -207,10 +204,9 @@ This section provides instructions on setting up the RAGFlow server on Linux. If
| RAGFlow image tag | Image size (GB) | Has embedding models and Python packages? | Stable? |
| ------------------- | --------------- | ----------------------------------------- | ------------------------ |
| `v0.21.1` | ≈9 | :heavy_check_mark: | Stable release |
| `v0.21.1-slim` | ≈2 | ❌ | Stable release |
| `nightly` | ≈9 | :heavy_check_mark: | *Unstable* nightly build |
| `nightly-slim` | ≈2 | ❌ | *Unstable* nightly build |
| v0.21.1 | ≈9 | ✔️ | Stable release |
| v0.21.1-slim | ≈2 | ❌ | Stable release |
| nightly | ≈2 | | _Unstable_ nightly build |
```mdx-code-block
</APITable>
@ -232,7 +228,7 @@ The image size shown refers to the size of the *downloaded* Docker image, which
4. Check the server status after having the server up and running:
```bash
$ docker logs -f ragflow-server
$ docker logs -f docker-ragflow-cpu-1
```
_The following output confirms a successful launch of the system:_