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 @@ -302,20 +302,24 @@ For models compatible with Iluvatar Extension for PyTorch. Here's a step-by-step
302302
303303## Running with Docker
304304
305- Start by installing Docker and Docker Compose on your host. Next, edit
306- ` compose.yaml ` and update the ` UID ` and ` GID ` variables to match your
307- user. Additional fields are documented in the file for further customization.
305+ Start by installing Docker, Docker Compose, and the NVIDIA Container Toolkit on
306+ your host. Next, edit ` compose.yaml ` and update the ` UID ` and ` GID ` variables to
307+ match your user. Additional fields are documented in the file for further
308+ customization.
308309
309310Once ready, build and run the image locally:
310311
311- ```
312+ ``` shell
313+ # (Re)build the Docker image. Run this before the first start, after updating
314+ # ComfyUI, or after changing any build arguments in `compose.yaml`.
312315docker compose build
316+ # Start ComfyUI. This reuses the most recently built image.
313317docker compose up
314318```
315319
316320To stop and remove the container along with its volumes, run:
317321
318- ```
322+ ``` shell
319323docker compose down -v
320324```
321325
You can’t perform that action at this time.
0 commit comments