Skip to content

Commit

Permalink
EdgeCraftRAG: Fix multiple issues (opea-project#1143)
Browse files Browse the repository at this point in the history
Signed-off-by: Mingyuan Qi <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and rui2zhang committed Nov 15, 2024
1 parent eaebdde commit 53bc6e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions EdgeCraftRAG/docker_compose/intel/gpu/arc/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ services:
- ${MODEL_PATH:-${PWD}}:/home/user/models
- ${DOC_PATH:-${PWD}}:/home/user/docs
- ${GRADIO_PATH:-${PWD}}:/home/user/gradio_cache
<<<<<<< HEAD
- ${HF_CACHE:-${HOME}/.cache}:/home/user/.cache
=======
>>>>>>> 8b95a73 (Add E2E test cases for EC-RAG - local LLM and vllm)
ports:
- ${PIPELINE_SERVICE_PORT:-16010}:${PIPELINE_SERVICE_PORT:-16010}
devices:
Expand Down

0 comments on commit 53bc6e6

Please sign in to comment.