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

16 lines
403 B
HCL
Raw Normal View History

2024-10-12 14:46:41 +02:00
group "default" {
targets = ["better-ai-launcher"]
}
target "better-ai-launcher" {
dockerfile = "Dockerfile"
args = {
BASE_IMAGE = "madiator2011/better-base:cuda12.1",
}
contexts = {
scripts = "../../container-template"
proxy = "../../container-template/proxy"
logo = "../../container-template"
}
2024-10-21 11:03:33 +02:00
tags = ["madiator2011/better-launcher:dev"]
2024-10-12 14:46:41 +02:00
}