From 63a4ed55d858763141e53f5cdcb312a943a5a8d9 Mon Sep 17 00:00:00 2001 From: Liu An Date: Fri, 3 Jul 2026 19:57:12 +0800 Subject: [PATCH] docs: update Docker build instructions for deps image (#16620) ### Summary update Docker build instructions for deps image --- docs/develop/build_docker_image.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/develop/build_docker_image.mdx b/docs/develop/build_docker_image.mdx index 6e78e9ede..20426209d 100644 --- a/docs/develop/build_docker_image.mdx +++ b/docs/develop/build_docker_image.mdx @@ -35,9 +35,10 @@ This image is approximately 2 GB in size and relies on external LLM and embeddin ```bash git clone https://github.com/infiniflow/ragflow.git -cd ragflow/ +cd ragflow/ragflow_deps uv run python3 download_deps.py -docker build -f Dockerfile.deps -t infiniflow/ragflow_deps . +docker build -f Dockerfile -t infiniflow/ragflow_deps . +cd .. docker build -f Dockerfile -t infiniflow/ragflow:nightly . ``` @@ -61,4 +62,4 @@ $ docker compose -f docker-compose-macos.yml up -d 3. Access the RAGFlow Service -Once the setup is complete, open your web browser and navigate to http://127.0.0.1 or your server's \; (the default port is \ = 80). You will be directed to the RAGFlow welcome page. Enjoy!🍻 \ No newline at end of file +Once the setup is complete, open your web browser and navigate to http://127.0.0.1 or your server's \; (the default port is \ = 80). You will be directed to the RAGFlow welcome page. Enjoy!🍻