Skip to content

Commit

Permalink
update dockerfile path.
Browse files Browse the repository at this point in the history
Signed-off-by: Ye, Xinyu <[email protected]>
  • Loading branch information
XinyuYe-Intel committed Dec 20, 2024
1 parent c5faa7c commit 91fe1e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker/compose/text2image-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
services:
text2image:
build:
dockerfile: comps/text2image/Dockerfile
dockerfile: comps/text2image/src/Dockerfile
image: ${REGISTRY:-opea}/text2image:${TAG:-latest}
text2image-gaudi:
build:
dockerfile: comps/text2image/Dockerfile.intel_hpu
dockerfile: comps/text2image/src/Dockerfile.intel_hpu
image: ${REGISTRY:-opea}/text2image-gaudi:${TAG:-latest}

0 comments on commit 91fe1e2

Please sign in to comment.