changing how docker runs

This commit is contained in:
Darrel Pol 2024-11-03 22:29:20 -06:00
parent f787ef9a1a
commit 7e7377811f

View file

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