From 8093cba3b9e6eaead4f47198392796b1d91266d4 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Sat, 18 Jul 2026 10:43:58 -0400 Subject: [PATCH] Add dependencies for comfy_extras GLSL nodes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d270602..4bcea8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM docker.io/pytorch/pytorch:2.12.1-cuda13.0-cudnn9-runtime ARG COMFYUI_VERSION=v0.28.0 ENV PIP_BREAK_SYSTEM_PACKAGES=1 RUN apt-get update && apt-get install -y --no-install-recommends \ - build-essential git tini \ + build-essential git libgl1 libx11-6 tini \ && rm -rf /var/lib/apt/lists/* RUN git clone --depth 1 --branch ${COMFYUI_VERSION} \ https://github.com/Comfy-Org/ComfyUI /app