opea-project / GenAIExamples

Generative AI Examples is a collection of GenAI examples such as ChatQnA, Copilot, which illustrate the pipeline capabilities of the Open Platform for Enterprise AI (OPEA) project.
https://opea.dev
Apache License 2.0
253 stars 174 forks source link

[Bug] Unable to start all services as Docker Containers ChatQnA #987

Open plischwe opened 1 week ago

plischwe commented 1 week ago

Priority

P1-Stopper

OS type

Ubuntu

Hardware type

Xeon-SPR

Installation method

Deploy method

Running nodes

Single Node

What's the version?

https://github.com/opea-project/GenAIExamples/commit/3c164f3aa25bae957e436a09628235e1a11d6e8d

Description

When I run the command to run the E2E service with tgi backend and re-rank: docker compose -f compose.yaml up -d after having set my environment variables (I am not on proxy network) and building each docker image, I get a port error for the tgi-service, even though there is no process occuring on this port. The error can be seen in the attached image. This bars me from launching the system entirely.

Screenshot 2024-10-18 111259

Reproduce steps

Followed these instructions exactly to run megaservice with re-ranker using tgi-backend starting from here: https://github.com/opea-project/GenAIExamples/tree/main/ChatQnA/docker_compose/intel/cpu/xeon#-build-docker-images

Raw log

No response

ZailiWang commented 3 days ago

Hi, I cannot reproduce the issue. Would you try with command

ps -ef | grep 9009

to double check if the port is occupied?