From a28e761a0cdd2379d6cb9e5e1a1152af8e27fcc5 Mon Sep 17 00:00:00 2001 From: Darrel Pol Date: Mon, 4 Nov 2024 21:25:59 -0600 Subject: [PATCH] adding listen on docker run --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8fb1cef35..29fd3f838 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,4 +56,4 @@ RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir python-dotenv insightface # Run the application -CMD ["python", "launch.py", "--nowebui", "--deforum-api", "--api", "--port", "7861"] +CMD ["python", "launch.py", "--nowebui", "--deforum-api", "--listen", "--api", "--port", "7861"]