docs: update Docker build instructions for deps image (#16620)

### Summary

update Docker build instructions for deps image
This commit is contained in:
Liu An
2026-07-03 19:57:12 +08:00
committed by GitHub
parent 7da4f200e5
commit 63a4ed55d8

View File

@@ -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 \<IP_ADDRESS\>; (the default port is \<PORT\> = 80). You will be directed to the RAGFlow welcome page. Enjoy!🍻
Once the setup is complete, open your web browser and navigate to http://127.0.0.1 or your server's \<IP_ADDRESS\>; (the default port is \<PORT\> = 80). You will be directed to the RAGFlow welcome page. Enjoy!🍻