From 6b36f31f92ef3ca81496417b715cb27d6a5091f5 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Fri, 10 May 2024 09:48:24 +0800 Subject: [PATCH] Minor editorial updates (#700) ### What problem does this PR solve? Editorial updates only. ### Type of change - [x] Documentation Update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bce68baef..677de694b 100644 --- a/README.md +++ b/README.md @@ -114,12 +114,14 @@ 3. Build the pre-built Docker images and start up the server: + > 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. + ```bash $ cd ragflow/docker $ chmod +x ./entrypoint.sh $ docker compose up -d ``` - > Please note that running the above commands will automatically download the development version docker image of RAGFlow. If you want to download and run a specific version of docker image, please find the RAGFLOW_VERSION variable in the docker/.env file, change it to the corresponding version, for example, RAGFLOW_VERSION=v0.5.0, and run the above commands. + > The core image is about 9 GB in size and may take a while to load.