KevinHuSh commited on
Commit
85b269d
·
1 Parent(s): 8f39e7a

refine README (#154)

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -95,6 +95,15 @@ If your machine doesn't have *Docker* installed, please refer to [Install Docker
95
  121:/# cd ragflow/docker
96
  121:/ragflow/docker# docker compose up -d
97
  ```
 
 
 
 
 
 
 
 
 
98
  > The core image is about 15GB, please be patient for the first time
99
 
100
  After pulling all the images and running up, use the following command to check the server status. If you can have the following outputs,
 
95
  121:/# cd ragflow/docker
96
  121:/ragflow/docker# docker compose up -d
97
  ```
98
+ ### OR
99
+
100
+ ```bash
101
+ 121:/# git clone https://github.com/infiniflow/ragflow.git
102
+ 121:/# cd ragflow/
103
+ 121:/# docker build -t infiniflow/ragflow:v1.0 .
104
+ 121:/# cd ragflow/docker
105
+ 121:/ragflow/docker# docker compose up -d
106
+ ```
107
  > The core image is about 15GB, please be patient for the first time
108
 
109
  After pulling all the images and running up, use the following command to check the server status. If you can have the following outputs,