From fc44fccc10a20ca3c31dcdeb2cfad5b7563a5fd9 Mon Sep 17 00:00:00 2001 From: Preston Hunter Date: Wed, 24 Dec 2025 21:32:30 -0500 Subject: [PATCH] chore(ollama): remove ComfyUI service from compose configuration Removed the AMD-optimized ComfyUI service definition from the Docker Compose file. This cleanup includes the removal of the specific ROCm hardware mappings, volume mounts, and network configurations associated with the image engine. --- Local Homelab/ollama/compose/compose.yml | 32 ------------------------ 1 file changed, 32 deletions(-) diff --git a/Local Homelab/ollama/compose/compose.yml b/Local Homelab/ollama/compose/compose.yml index 3199cba..49a2794 100644 --- a/Local Homelab/ollama/compose/compose.yml +++ b/Local Homelab/ollama/compose/compose.yml @@ -56,38 +56,6 @@ services: constraints: - node.role == manager - # --- IMAGE ENGINE: ComfyUI (AMD Optimized) --- - comfyui: - image: yanwk/comfyui-boot:rocm # Command to auto-install ComfyUI on first boot - networks: - - ai_internal - - proxy - deploy: - replicas: 1 - placement: - constraints: - - node.labels.gpu == true - - # Hardware Access - devices: - - /dev/dri:/dev/dri - - /dev/kfd:/dev/kfd - cap_add: - - IPC_LOCK - - SYS_PTRACE - - volumes: - # --- UPDATED PATH --- - - /mnt/local-ssd/docker/comfyui:/workspace/ComfyUI - # System Hardware Maps - - /sys/class/drm:/sys/class/drm:ro - - /sys/class/kfd:/sys/class/kfd:ro - - /sys/devices:/sys/devices:ro - - environment: - - HSA_OVERRIDE_GFX_VERSION=10.3.0 - - CLI_ARGS=--listen 0.0.0.0 --port 8188 - networks: ai_internal: external: true