Skip to content

Commit 5d8d02f

Browse files
committed
Improved documentation
1 parent 142f2ac commit 5d8d02f

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
@@ -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

309310
Once 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`.
312315
docker compose build
316+
# Start ComfyUI. This reuses the most recently built image.
313317
docker compose up
314318
```
315319

316320
To stop and remove the container along with its volumes, run:
317321

318-
```
322+
```shell
319323
docker compose down -v
320324
```
321325

0 commit comments

Comments
 (0)