Skip to content

Commit

Permalink
feat(compose): add build arguments for Kepler image
Browse files Browse the repository at this point in the history
This PR adds build arguments to the Kepler image
in docker compose

Signed-off-by: Vibhu Prashar <[email protected]>
  • Loading branch information
vprashar2929 committed Jun 4, 2024
1 parent a38c1d1 commit 1759cca
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/compose/dev/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ services:
build:
context: ../../../
dockerfile: build/Dockerfile
args:
INSTALL_DCGM: false
INSTALL_HABANA: false
VERSION: dev

ports:
# NOTE: use 9888 to keep the host 8888 port free for any local testing
# e.g. sudo ./bin/kepler
Expand Down
5 changes: 5 additions & 0 deletions manifests/compose/mock-acpi/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ services:
build:
context: ../../../
dockerfile: build/Dockerfile
args:
INSTALL_DCGM: false
INSTALL_HABANA: false
VERSION: dev

ports:
# NOTE: use 9188 to keep the host 8888 port free for any local testing
# e.g. sudo ./bin/kepler
Expand Down
4 changes: 4 additions & 0 deletions manifests/compose/validation/metal/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ services:
build:
context: ../../../../
dockerfile: build/Dockerfile
args:
INSTALL_DCGM: false
INSTALL_HABANA: false
VERSION: metal

ports:
# NOTE: use 9888 to keep the host 8888 port free for any local testing
Expand Down

0 comments on commit 1759cca

Please sign in to comment.