Skip to content

Commit 0f3071c

Browse files
committed
Improved documentation
1 parent ab4a2a5 commit 0f3071c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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

334335
Once 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`.
337340
docker compose build
341+
# Start ComfyUI. This reuses the most recently built image.
338342
docker compose up
339343
```
340344

341345
To stop and remove the container along with its volumes, run:
342346

343-
```
347+
```shell
344348
docker compose down -v
345349
```
346350

0 commit comments

Comments
 (0)