File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -327,20 +327,24 @@ For models compatible with Iluvatar Extension for PyTorch. Here's a step-by-step
327327
328328## Running with Docker
329329
330- Start by installing Docker and Docker Compose on your host. Next, edit
331- ` compose.yaml ` and update the ` UID ` and ` GID ` variables to match your
332- user. Additional fields are documented in the file for further customization.
330+ Start by installing Docker, Docker Compose, and the NVIDIA Container Toolkit on
331+ your host. Next, edit ` compose.yaml ` and update the ` UID ` and ` GID ` variables to
332+ match your user. Additional fields are documented in the file for further
333+ customization.
333334
334335Once ready, build and run the image locally:
335336
336- ```
337+ ``` shell
338+ # (Re)build the Docker image. Run this before the first start, after updating
339+ # ComfyUI, or after changing any build arguments in `compose.yaml`.
337340docker compose build
341+ # Start ComfyUI. This reuses the most recently built image.
338342docker compose up
339343```
340344
341345To stop and remove the container along with its volumes, run:
342346
343- ```
347+ ``` shell
344348docker compose down -v
345349```
346350
You can’t perform that action at this time.
0 commit comments