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.
This commit is contained in:
@@ -56,38 +56,6 @@ services:
|
|||||||
constraints:
|
constraints:
|
||||||
- node.role == manager
|
- 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:
|
networks:
|
||||||
ai_internal:
|
ai_internal:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user