madiator-docker-runpod/official-templates/better-ai-launcher/docker-bake.hcl

28 lines
No EOL
652 B
HCL

group "default" {
targets = [
"better-ai-launcher-cuda124",
"better-ai-launcher-cuda121"
]
}
target "better-ai-launcher-cuda124" {
dockerfile = "Dockerfile"
args = {
BASE_IMAGE = "madiator2011/better-base:cuda12.4",
}
contexts = {
scripts = "../../container-template"
}
tags = ["madiator2011/better-launcher:dev"]
}
target "better-ai-launcher-cuda121" {
dockerfile = "Dockerfile"
args = {
BASE_IMAGE = "madiator2011/better-base:cuda12.1",
}
contexts = {
scripts = "../../container-template"
}
tags = ["madiator2011/better-launcher:dev-cuda121"]
}