From eec0661baf8e466fed9f90e35baf7f13a425fd8e Mon Sep 17 00:00:00 2001 From: doctorpangloss <@hiddenswitch.com> Date: Thu, 21 Mar 2024 10:44:03 -0700 Subject: [PATCH] Tweak to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc0e45f31..2f1b429bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,4 +2,4 @@ FROM nvcr.io/nvidia/pytorch:24.01-py3 RUN pip install --no-cache --no-build-isolation git+https://github.com/hiddenswitch/ComfyUI.git EXPOSE 8188 WORKDIR /workspace -CMD ["comfyui", "--listen"] +CMD ["/usr/local/bin/comfyui", "--listen"]