From 4568be95cca9893c2b9380acdb0dd855bd196987 Mon Sep 17 00:00:00 2001 From: Gaurav614 Date: Sun, 23 Jul 2023 23:46:17 +0530 Subject: [PATCH] Added instructions for Docker Container --- how_to_run_docker.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 how_to_run_docker.txt diff --git a/how_to_run_docker.txt b/how_to_run_docker.txt new file mode 100644 index 000000000..840480d0f --- /dev/null +++ b/how_to_run_docker.txt @@ -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 \ No newline at end of file