From b9c927d3516419f4f5b3849d19a0d207acc1ba45 Mon Sep 17 00:00:00 2001 From: RedsAnalysis Date: Sat, 15 Mar 2025 10:22:42 -0400 Subject: [PATCH] Added ReadMe section for docker nvidia --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index a807ea9d..c8fc6037 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,24 @@ Install the dependencies by opening your terminal inside the ComfyUI folder and: After this you should have everything installed and can proceed to running ComfyUI. +### DOCKER - NVIDIA + +This uses the base image nvidia/cuda:12.6.3-cudnn-runtime-ubuntu24.04 and stable torch version from https://download.pytorch.org/whl/cu126. + +After cloning the repo, run the following command once in bash terminal to build the docker image: + +```chmod +x docker-build.sh``` + +```./docker-build.sh``` + +After you docker image is built, you can launch ComfyUI by running the following command: + +```docker-compose up``` + +To stop the container, run: + +```docker-compose down``` + ### Others: #### Apple Mac silicon