From 7e7377811fbee04831539e17ea5d8f4567f07017 Mon Sep 17 00:00:00 2001 From: Darrel Pol Date: Sun, 3 Nov 2024 22:29:20 -0600 Subject: [PATCH] changing how docker runs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 97187bf30..8fb1cef35 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", "--skip-torch-cuda-test"] +CMD ["python", "launch.py", "--nowebui", "--deforum-api", "--api", "--port", "7861"]