-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to build opea/llm-tgi:latest while running the Translation example #1344
Comments
The Dockerfile file is here. The code structure is updated recently. |
translation_errors.log |
From the following log, it indicates the llm_endpoint is not set. Let me check the code refactor and documents alignment.
The logs are from the latest code. Did you "Pull docker images from hub.docker.com" or " Build docker images from source"? |
Priority
P1-Stopper
OS type
Ubuntu
Hardware type
Gaudi2
Installation method
Deploy method
Running nodes
Single Node
What's the version?
v1.1
Description
Not able to build docker because dockerfile is not present
Reproduce steps
sratnesh@fm2r81s1gaudi:~/workspace/GenAIComps$ docker build -t opea/llm-tgi:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/llms/src/text-generation/Dockerfile .
[+] Building 0.0s (0/0) docker:default
ERROR: resolve : lstat comps/llms/src: no such file or directory
Raw log
The text was updated successfully, but these errors were encountered: