From 14794c9277f5e9c94d400f4f0e59523d3f93a721 Mon Sep 17 00:00:00 2001 From: Madiator2011 Date: Sat, 27 Jul 2024 11:03:54 +0200 Subject: [PATCH] removed unused target --- .../better-comfyui/docker-bake.hcl | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/official-templates/better-comfyui/docker-bake.hcl b/official-templates/better-comfyui/docker-bake.hcl index 95564ce..2b0c9dc 100644 --- a/official-templates/better-comfyui/docker-bake.hcl +++ b/official-templates/better-comfyui/docker-bake.hcl @@ -41,19 +41,3 @@ target "light-version" { } tags = ["madiator2011/better-comfyui:light"] } - -target "light-experimental" { - dockerfile = "Dockerfile" - args = { - BASE_IMAGE = "madiator2011/better-base:light-cuda", - TORCH = "torch==2.3.0+cu121 -f https://download.pytorch.org/whl/torch_stable.html", - PYTHON_VERSION1 = "3.10", - INCLUDE_MODELS = "false" - } - contexts = { - scripts = "../../container-template" - proxy = "../../container-template/proxy" - logo = "../../container-template" - } - tags = ["madiator2011/better-comfyui:light-experimental"] -} \ No newline at end of file