Skip to content
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/nginx:latest when running the Translation example #1345

Closed
3 of 6 tasks
ShankarRIntel opened this issue Jan 4, 2025 · 2 comments
Closed
3 of 6 tasks
Labels
bug Something isn't working

Comments

@ShankarRIntel
Copy link

Priority

P1-Stopper

OS type

Ubuntu

Hardware type

Gaudi2

Installation method

  • Pull docker images from hub.docker.com
  • Build docker images from source

Deploy method

  • Docker compose
  • Docker
  • Kubernetes
  • Helm

Running nodes

Single Node

What's the version?

1.1

Description

When following the steps for Gaudi implementation of Translation example, not able to build nginx docker

Reproduce steps

sratnesh@fm2r81s1gaudi:~/workspace/GenAIComps$ docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
[+] Building 0.0s (0/0) docker:default
ERROR: resolve : lstat comps/3rd_parties: no such file or directory

Raw log

sratnesh@fm2r81s1gaudi:~/workspace/GenAIComps$ docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
[+] Building 0.0s (0/0)                                                                                                                                                                                   docker:default
ERROR: resolve : lstat comps/3rd_parties: no such file or directory
@ShankarRIntel ShankarRIntel added the bug Something isn't working label Jan 4, 2025
@xiguiw
Copy link
Collaborator

xiguiw commented Jan 6, 2025

The code structure is updated recently.
Please update your repo and try again.
Please update Both GenAIExamples and GenAIComps

Priority

P1-Stopper

OS type

Ubuntu

Hardware type

Gaudi2

Installation method

  • Pull docker images from hub.docker.com
  • Build docker images from source

Deploy method

  • Docker compose
  • Docker
  • Kubernetes
  • Helm

Running nodes

Single Node

What's the version?

1.1

Description

When following the steps for Gaudi implementation of Translation example, not able to build nginx docker

Reproduce steps

sratnesh@fm2r81s1gaudi:~/workspace/GenAIComps$ docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile . [+] Building 0.0s (0/0) docker:default ERROR: resolve : lstat comps/3rd_parties: no such file or directory

Raw log

sratnesh@fm2r81s1gaudi:~/workspace/GenAIComps$ docker build -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/3rd_parties/nginx/src/Dockerfile .
[+] Building 0.0s (0/0)                                                                                                                                                                                   docker:default
ERROR: resolve : lstat comps/3rd_parties: no such file or directory

@ShankarRIntel

The code structure is updated recently.
Please update your repo and try again.
Please update Both GenAIExamples and GenAIComps

@xiguiw
Copy link
Collaborator

xiguiw commented Jan 6, 2025

duplicated to 1344, close it.

@xiguiw xiguiw closed this as completed Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants