mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-09 21:25:17 +01:00
Added ComfyUI testing
This commit is contained in:
parent
a8b362caae
commit
718f01eab5
1 changed files with 13 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
group "default" {
|
||||
targets = ["full-version", "light-version"]
|
||||
targets = ["full-version", "light-version", "testing"]
|
||||
}
|
||||
|
||||
target "base" {
|
||||
|
@ -42,3 +42,15 @@ target "light-version" {
|
|||
tags = ["madiator2011/better-comfyui:light"]
|
||||
}
|
||||
|
||||
target "testing" {
|
||||
inherits = ["base"]
|
||||
args = {
|
||||
INCLUDE_MODELS = "false"
|
||||
}
|
||||
contexts = {
|
||||
scripts = "../../container-template"
|
||||
proxy = "../../container-template/proxy"
|
||||
logo = "../../container-template"
|
||||
}
|
||||
tags = ["madiator2011/better-comfyui:testing"]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue