Reorder Dockerfile ENV/ARG and update README

This commit is contained in:
2026-07-18 12:19:44 -04:00
parent 8093cba3b9
commit aaa28809d1
2 changed files with 11 additions and 8 deletions
+9 -6
View File
@@ -1,11 +1,14 @@
# docker-comfyui
Build and run ComfyUI in a container. This build targets NVIDIA by basing it on
the CUDA PyTorch runtime image. The only extra dependencies needed are `git`, to
clone the official ComfyUI repository, and `build-essential` for `gcc`, which
Triton requires. The image pulls a specific, pinned ComfyUI version via the
`COMFYUI_VERSION` build arg. The build merely shallow-clones the repo and
installs its requirements with `pip`. Kept intentionally simple.
Build and run ComfyUI in a container with ComfyUI-Manager. This build targets
NVIDIA GPUs by using the CUDA PyTorch runtime image. Added dependencies are
`libgl1` and `libx11-6` for the comfy_extras GLSL nodes, `tini` to handle SIGINT
signals, `git` to clone the ComfyUI repository, and `build-essential` for gcc,
which Triton requires.
The image pulls a specific, pinned ComfyUI version via the `COMFYUI_VERSION`
build arg. The build merely shallow-clones the repo and installs its
requirements with pip. Kept intentionally simple.
### `.env` configuration