fix(comfyui): update docker image to cuda 12.8

This commit is contained in:
Yury Kossakovsky
2026-02-10 17:08:33 -07:00
parent f2f51c6e13
commit f8e665f85f
2 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,11 @@
## [Unreleased]
## [1.2.6] - 2026-02-10
### Changed
- **ComfyUI** - Update Docker image to CUDA 12.8 (`cu128-slim`)
## [1.2.5] - 2026-02-03
### Fixed

View File

@@ -908,7 +908,7 @@ services:
start_period: 60s
comfyui:
image: yanwk/comfyui-boot:cu124-slim
image: yanwk/comfyui-boot:cu128-slim
container_name: comfyui
profiles: ["comfyui"]
restart: unless-stopped