writinwaters commited on
Commit ·
f31a705
1
Parent(s): 390a40a
Minor editorial updates (#700)
Browse files### What problem does this PR solve?
Editorial updates only.
### Type of change
- [x] Documentation Update
README.md
CHANGED
|
@@ -114,12 +114,14 @@
|
|
| 114 |
|
| 115 |
3. Build the pre-built Docker images and start up the server:
|
| 116 |
|
|
|
|
|
|
|
| 117 |
```bash
|
| 118 |
$ cd ragflow/docker
|
| 119 |
$ chmod +x ./entrypoint.sh
|
| 120 |
$ docker compose up -d
|
| 121 |
```
|
| 122 |
-
|
| 123 |
|
| 124 |
> The core image is about 9 GB in size and may take a while to load.
|
| 125 |
|
|
|
|
| 114 |
|
| 115 |
3. Build the pre-built Docker images and start up the server:
|
| 116 |
|
| 117 |
+
> Running the following commands automatically downloads the *dev* version RAGFlow Docker image. To download and run a specified Docker version, update `RAGFLOW_VERSION` in **docker/.env** to the intended version, for example `RAGFLOW_VERSION=v0.5.0`, before running the following commands.
|
| 118 |
+
|
| 119 |
```bash
|
| 120 |
$ cd ragflow/docker
|
| 121 |
$ chmod +x ./entrypoint.sh
|
| 122 |
$ docker compose up -d
|
| 123 |
```
|
| 124 |
+
|
| 125 |
|
| 126 |
> The core image is about 9 GB in size and may take a while to load.
|
| 127 |
|