mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-10 05:22:34 +08:00
Added instructions for Docker Container
This commit is contained in:
parent
782a9e29f9
commit
4568be95cc
6
how_to_run_docker.txt
Normal file
6
how_to_run_docker.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
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
|
||||||
Loading…
Reference in New Issue
Block a user