mirror of
https://github.com/kodxana/madiator-docker-runpod.git
synced 2024-11-22 19:00:13 +01:00
17 lines
408 B
HCL
17 lines
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"]
|
||
|
}
|