ComfyUI/how_to_run_docker.txt
2023-07-23 23:46:17 +05:30

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