mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
[DOC] We have no plan to maintain Docker images for ARM. Please build your … (#3808)
…Docker image ### What problem does this PR solve? ### Type of change - [x] Documentation Update
This commit is contained in:
@ -14,17 +14,21 @@ This quick start guide describes a general process from:
|
||||
- Starting up a local RAGFlow server,
|
||||
- Creating a knowledge base,
|
||||
- Intervening with file parsing, to
|
||||
- Establishing an AI chat based on your datasets.
|
||||
- Establishing an AI chat based on your datasets.
|
||||
|
||||
:::danger IMPORTANT
|
||||
We officially support x86 CPU and Nvidia GPU, and this document offers instructions on deploying RAGFlow using Docker on x86 platforms. While we also test RAGFlow on ARM64 platforms, we do not plan to maintain RAGFlow Docker images for ARM.
|
||||
|
||||
If you are on an ARM platform, following [this guide](https://ragflow.io/docs/dev/build_docker_image) to build a RAGFlow Docker image.
|
||||
:::
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- CPU ≥ 4 cores;
|
||||
- CPU ≥ 4 cores (x86);
|
||||
- RAM ≥ 16 GB;
|
||||
- Disk ≥ 50 GB;
|
||||
- Docker ≥ 24.0.0 & Docker Compose ≥ v2.26.1.
|
||||
|
||||
> If you have not installed Docker on your local machine (Windows, Mac, or Linux), see [Install Docker Engine](https://docs.docker.com/engine/install/).
|
||||
|
||||
## Start up the server
|
||||
|
||||
This section provides instructions on setting up the RAGFlow server on Linux. If you are on a different operating system, no worries. Most steps are alike.
|
||||
|
||||
Reference in New Issue
Block a user