Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 5, 2024
1 parent 982c88d commit 7f9971e
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker/compose/ChatQnA-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
services:
chatqna:
build:
context:
context:
dockerfile: ./Dockerfile
image: ${REGISTRY:-opea}/chatqna:${TAG:-latest}
chatqna-ui:
build:
context:
context:
dockerfile: Dockerfile_ui
image: ${REGISTRY:-opea}/chatqna-ui:${TAG:-latest}
chatqna-conversation-ui:
build:
context:
context:
dockerfile: Dockerfile_ui.react
image: ${REGISTRY:-opea}/chatqna-conversation-ui:${TAG:-latest}
6 changes: 3 additions & 3 deletions .github/workflows/docker/compose/CodeGen-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
services:
codegen:
build:
context:
context:
dockerfile: ./Dockerfile
image: ${REGISTRY:-opea}/codegen:${TAG:-latest}
codegen-ui:
build:
context:
context:
dockerfile: Dockerfile_ui
image: ${REGISTRY:-opea}/codegen-ui:${TAG:-latest}
codegen-react-ui:
build:
context:
context:
dockerfile: Dockerfile_ui.react
image: ${REGISTRY:-opea}/codegen-conversation-ui:${TAG:-latest}
2 changes: 1 addition & 1 deletion .github/workflows/docker/compose/CodeTrans-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ services:
image: ${REGISTRY:-opea}/codetrans:${TAG:-latest}
codetrans-ui:
build:
context:
context:
dockerfile: Dockerfile_ui
image: ${REGISTRY:-opea}/codetrans-ui:${TAG:-latest}
4 changes: 2 additions & 2 deletions .github/workflows/docker/compose/DocSum-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ services:
image: ${REGISTRY:-opea}/docsum:${TAG:-latest}
docsum-ui:
build:
context:
context:
dockerfile: Dockerfile_ui
image: ${REGISTRY:-opea}/docsum-ui:${TAG:-latest}
docsum-react-ui:
build:
context:
context:
dockerfile: Dockerfile_ui.react
image: ${REGISTRY:-opea}/docsum-react-ui:${TAG:-latest}
4 changes: 2 additions & 2 deletions .github/workflows/docker/compose/FaqGen-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ services:
image: ${REGISTRY:-opea}/faqgen:${TAG:-latest}
faqgen-ui:
build:
context:
context:
dockerfile: Dockerfile_ui
image: ${REGISTRY:-opea}/faqgen-ui:${TAG:-latest}
faqgen-react-ui:
build:
context:
context:
dockerfile: Dockerfile_ui.react
image: ${REGISTRY:-opea}/faqgen-react-ui:${TAG:-latest}
2 changes: 1 addition & 1 deletion .github/workflows/docker/compose/SearchQnA-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ services:
image: ${REGISTRY:-opea}/searchqna:${TAG:-latest}
searchqna-ui:
build:
context:
context:
dockerfile: Dockerfile_ui
image: ${REGISTRY:-opea}/searchqna-ui:${TAG:-latest}
2 changes: 1 addition & 1 deletion .github/workflows/docker/compose/Translation-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ services:
image: ${REGISTRY:-opea}/translation:${TAG:-latest}
translation-ui:
build:
context:
context:
dockerfile: Dockerfile_ui
image: ${REGISTRY:-opea}/translation-ui:${TAG:-latest}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Deployment are based on released docker images by default, check [docker image l

#### Deploy Examples

| Use Case | Docker Compose<br/>Deployment on Xeon | Docker Compose<br/>Deployment on Gaudi | Kubernetes with GMC | Kubernetes with Manifests | Kubernetes with Helm Charts |
| ----------- | ------------------------------------------------------ | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| Use Case | Docker Compose<br/>Deployment on Xeon | Docker Compose<br/>Deployment on Gaudi | Kubernetes with GMC | Kubernetes with Manifests | Kubernetes with Helm Charts |
| ----------- | ------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
| ChatQnA | [Xeon Instructions](ChatQnA/docker_compose/Intel/CPU/README.md) | [Gaudi Instructions](ChatQnA/docker_compose/Intel/HPU/README.md) | [ChatQnA with GMC](ChatQnA/kubernetes/README.md) | [ChatQnA with Manifests](ChatQnA/kubernetes/manifests/README.md) | [ChatQnA with Helm Charts](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/chatqna/README.md) |
| CodeGen | [Xeon Instructions](CodeGen/docker_compose/Intel/CPU/README.md) | [Gaudi Instructions](CodeGen/docker_compose/Intel/HPU/README.md) | [CodeGen with GMC](CodeGen/kubernetes/README.md) | [CodeGen with Manifests](CodeGen/kubernetes/manifests/README.md) | [CodeGen with Helm Charts](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/codegen/README.md) |
| CodeTrans | [Xeon Instructions](CodeTrans/docker_compose/Intel/CPU/README.md) | [Gaudi Instructions](CodeTrans/docker_compose/Intel/HPU/README.md) | [CodeTrans with GMC](CodeTrans/kubernetes/README.md) | [CodeTrans with Manifests](CodeTrans/kubernetes/manifests/README.md) | [CodeTrans with Helm Charts](https://github.com/opea-project/GenAIInfra/tree/main/helm-charts/codetrans/README.md) |
Expand Down
2 changes: 1 addition & 1 deletion Translation/docker_image_build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
image: ${REGISTRY:-opea}/translation:${TAG:-latest}
translation-ui:
build:
context:
context:
dockerfile: ../Dockerfile_ui
extends: translation
image: ${REGISTRY:-opea}/translation-ui:${TAG:-latest}
Expand Down
Loading

0 comments on commit 7f9971e

Please sign in to comment.