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

build ChatQnA docker images in docker compose #1040

Closed
wants to merge 4 commits into from

Conversation

RuijingGuo
Copy link
Contributor

Description

build ChatQnA docker images in docker compose

Issues

n/a

Type of change

List the type of change like below. Please delete options that are not relevant.

  • [ *] Others (enhancement, documentation, validation, etc.)

Dependencies

n/a

Tests

  1. docker compose build --no-cache
  2. docker compose up -d
  3. some verify test cases

@chensuyue
Copy link
Collaborator

chensuyue commented Nov 4, 2024

We can reuse the docker build yaml, https://github.com/opea-project/GenAIExamples/blob/main/ChatQnA/docker_image_build/build.yaml

service_list="dataprep-redis retriever-redis chatqna chatqna-ui nginx"
docker compose -f build.yaml build ${service_list} --no-cache

@RuijingGuo RuijingGuo closed this Nov 5, 2024
@RuijingGuo
Copy link
Contributor Author

PR(#1064) take over this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants