2024-10-12 14:46:41 +02:00
|
|
|
group "default" {
|
2024-10-31 23:30:35 +01:00
|
|
|
targets = [
|
|
|
|
"better-ai-launcher-cuda124",
|
|
|
|
"better-ai-launcher-cuda121"
|
|
|
|
]
|
2024-10-12 14:46:41 +02:00
|
|
|
}
|
|
|
|
|
2024-10-31 23:30:35 +01:00
|
|
|
target "better-ai-launcher-cuda124" {
|
2024-10-12 14:46:41 +02:00
|
|
|
dockerfile = "Dockerfile"
|
|
|
|
args = {
|
2024-10-31 23:30:35 +01:00
|
|
|
BASE_IMAGE = "madiator2011/better-base:cuda12.4",
|
2024-10-12 14:46:41 +02:00
|
|
|
}
|
|
|
|
contexts = {
|
|
|
|
scripts = "../../container-template"
|
|
|
|
}
|
2024-10-21 11:03:33 +02:00
|
|
|
tags = ["madiator2011/better-launcher:dev"]
|
2024-10-31 23:30:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
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"]
|
2024-10-12 14:46:41 +02:00
|
|
|
}
|