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"]