This commit is contained in:
root 2023-07-27 08:28:35 +00:00
commit f317e44c50

6
how_to_run_docker.txt Normal file
View 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