Skip to content

Commit

Permalink
Merge pull request #18 from DARPA-ASKEM/yohannparis/remove-jupyter-ll…
Browse files Browse the repository at this point in the history
…m-package

task: remove `jupyter-llm` image
  • Loading branch information
YohannParis authored Nov 6, 2023
2 parents 449f736 + b28df24 commit 8058751
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ function "check_suffix" {
# ----------------------------------------------------------------------------------------------------------------------

group "prod" {
targets = ["jupyter-llm", "beaker-kernel"]
targets = ["beaker-kernel"]
}

group "default" {
targets = ["jupyter-llm-base", "beaker-kernel-base"]
targets = ["beaker-kernel-base"]
}

# ----------------------------------------------------------------------------------------------------------------------
Expand All @@ -41,22 +41,12 @@ target "_platforms" {
platforms = ["linux/amd64"]
}

target "jupyter-llm-base" {
context = "."
tags = tag("jupyter-llm", "", "")
dockerfile = "Dockerfile"
}

target "beaker-kernel-base" {
context = "."
tags = tag("beaker-kernel", "", "")
dockerfile = "Dockerfile"
}

target "jupyter-llm" {
inherits = ["_platforms", "jupyter-llm-base"]
}

target "beaker-kernel" {
inherits = ["_platforms", "beaker-kernel-base"]
}

0 comments on commit 8058751

Please sign in to comment.