From 7a7f98b1a9178d7ae9e7e81b14f6185621c7bf91 Mon Sep 17 00:00:00 2001 From: safipatel Date: Tue, 4 Feb 2025 21:35:08 -0500 Subject: [PATCH] Reverted build slim image documentation (#4687) ### Fixed documentation for building docker image I'm assuming that this was a mistake (but I could be missing something) [here](https://github.com/infiniflow/ragflow/pull/4658/files#:~:text=docker%20build%20%2D%2Dbuild%2Darg%20LIGHTEN%3D1%20%2Df%20Dockerfile%20%2Dt%20infiniflow/ragflow%3Anightly%2Dslim%20.) when the docker building instructions for the slim image was just changed away from an actual `docker build` command to the mac os `docker compose up` command. This is just reverting the change. ### Type of change - [X] Documentation Update --- docs/guides/develop/build_docker_image.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/develop/build_docker_image.mdx b/docs/guides/develop/build_docker_image.mdx index 7f2559ab..72d51903 100644 --- a/docs/guides/develop/build_docker_image.mdx +++ b/docs/guides/develop/build_docker_image.mdx @@ -41,7 +41,7 @@ While we also test RAGFlow on ARM64 platforms, we do not plan to maintain RAGFlo ```bash git clone https://github.com/infiniflow/ragflow.git cd ragflow/ -docker compose -f docker/docker-compose-macos.yml up -d +docker build --build-arg LIGHTEN=1 -f Dockerfile -t infiniflow/ragflow:nightly-slim . ``` @@ -65,4 +65,4 @@ docker build --build-arg LIGHTEN=1 -f Dockerfile -t infiniflow/ragflow:nightly-s ``` - \ No newline at end of file +