-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ye, Xinyu <[email protected]>
- Loading branch information
1 parent
f81d9e0
commit 193c5a6
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
.github/workflows/docker/compose/image2video-compose-cd.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Copyright (C) 2024 Intel Corporation | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
# this file should be run in the root of the repo | ||
# images used by GenAIExamples: image2video,svd,svd-gaudi | ||
services: | ||
image2video: | ||
build: | ||
dockerfile: comps/image2video/Dockerfile | ||
image: ${REGISTRY:-opea}/image2video:${TAG:-latest} | ||
svd: | ||
build: | ||
dockerfile: comps/image2video/dependency/Dockerfile | ||
image: ${REGISTRY:-opea}/svd:${TAG:-latest} | ||
svd-gaudi: | ||
build: | ||
dockerfile: comps/image2video/dependency/Dockerfile.intel_hpu | ||
image: ${REGISTRY:-opea}/svd-gaudi:${TAG:-latest} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters