madiator-docker-runpod/official-templates/better-forge/docker-bake.hcl
2024-09-20 17:01:00 +02:00

17 lines
No EOL
408 B
HCL

group "default" {
targets = ["light"]
}
target "light" {
contexts = {
scripts = "../../container-template"
proxy = "../../container-template/proxy"
logo = "../../container-template"
}
dockerfile = "Dockerfile"
args = {
BASE_IMAGE = "madiator2011/better-base:cuda12.1",
PYTHON_VERSION = "3.11"
}
tags = ["madiator2011/better-forge:light"]
}