mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-06-04 11:24:00 +08:00
refine README (#154)
This commit is contained in:
parent
979b3a5b4b
commit
a02e836790
@ -95,6 +95,15 @@ If your machine doesn't have *Docker* installed, please refer to [Install Docker
|
||||
121:/# cd ragflow/docker
|
||||
121:/ragflow/docker# docker compose up -d
|
||||
```
|
||||
### OR
|
||||
|
||||
```bash
|
||||
121:/# git clone https://github.com/infiniflow/ragflow.git
|
||||
121:/# cd ragflow/
|
||||
121:/# docker build -t infiniflow/ragflow:v1.0 .
|
||||
121:/# cd ragflow/docker
|
||||
121:/ragflow/docker# docker compose up -d
|
||||
```
|
||||
> The core image is about 15GB, please be patient for the first time
|
||||
|
||||
After pulling all the images and running up, use the following command to check the server status. If you can have the following outputs,
|
||||
|
Loading…
x
Reference in New Issue
Block a user