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

[Bug]Build UI Docker Image issue with docker command #1258

Open
2 of 6 tasks
js333031 opened this issue Dec 17, 2024 · 2 comments
Open
2 of 6 tasks

[Bug]Build UI Docker Image issue with docker command #1258

js333031 opened this issue Dec 17, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@js333031
Copy link

Priority

Undecided

OS type

Ubuntu

Hardware type

Xeon-EMR

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?

Latest from github

Description

Following the steps from here, steps 1-8 work but step 9 fails :

cd GenAIExamples/ProductivitySuite/ui
docker build --no-cache -t ProductivitySuite/docker_compose/intel/cpu/xeon/compose.yaml docker/Dockerfile.react .

Error:

(base) jays@llmtest:~/data/Dec17OPEA/GenAIExamples/ProductivitySuite/ui$ docker build --no-cache -t /home/jays/data/Dec17OPEA/GenAIExamples/ProductivitySuite/docker_compose/intel/cpu/xeon/compose.yaml docker/Dockerfile.react .
ERROR: "docker buildx build" requires exactly 1 argument.
See 'docker buildx build --help'.

Usage:  docker buildx build [OPTIONS] PATH | URL | -

Start a build
(base) jays@llmtest:~/data/Dec17OPEA/GenAIExamples/ProductivitySuite/ui$

Reproduce steps

See description

Raw log

No response

@js333031 js333031 added the bug Something isn't working label Dec 17, 2024
@js333031
Copy link
Author

js333031 commented Dec 17, 2024

Instead, should Step 9 be:

cd GenAIExamples/ProductivitySuite/ui
docker build --no-cache -t opea/productivity-suite-react-ui-server:latest -f docker/Dockerfile.react .

@xiguiw
Copy link
Collaborator

xiguiw commented Dec 20, 2024

@js333031 Thanks for catching this error.

We will fix it.

Thanks a lot!

@xiguiw xiguiw self-assigned this Dec 20, 2024
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