Document the project and parameterize defaults

This commit is contained in:
2026-07-15 21:26:33 -04:00
parent 027d9287d4
commit e89a78066a
4 changed files with 42 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential git \
&& rm -rf /var/lib/apt/lists/*
RUN git clone --depth 1 --branch ${COMFYUI_VERSION} \
https://github.com/comfyanonymous/ComfyUI /app
https://github.com/Comfy-Org/ComfyUI /app
WORKDIR /app
RUN pip install --no-cache-dir -r requirements.txt
EXPOSE 8188