mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 21:42:37 +08:00
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
How to build the Docker Image
|
|
|
|
docker build -t comfy .
|
|
|
|
How to run the Docker Container
|
|
docker run -d --gpus all -p 8188:8188 my_python_app |