mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-22 19:00:13 +01:00
16 lines
No EOL
403 B
HCL
16 lines
No EOL
403 B
HCL
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"
|
|
}
|
|
tags = ["madiator2011/better-launcher:dev"]
|
|
} |