madiator-docker-runpod/official-templates/better-comfyui/docker-bake.hcl

18 lines
531 B
HCL
Raw Normal View History

2024-07-01 15:57:52 +02:00
group "default" {
targets = ["py310-cuda121"]
}
target "py310-cuda121" {
contexts = {
scripts = "../../container-template"
proxy = "../../container-template/proxy"
logo = "../../container-template"
}
dockerfile = "Dockerfile"
args = {
BASE_IMAGE = "nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04",
2024-07-10 17:06:13 +02:00
TORCH = "torch==2.3.0+cu121 -f https://download.pytorch.org/whl/torch_stable.html",
2024-07-01 15:57:52 +02:00
PYTHON_VERSION = "3.10"
}
tags = ["madiator2011/better-comfyui:cuda12.1"]
}