Sunrusojsis commited on
Commit
0c71955
1 Parent(s): f4769fe

Logging disabled

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,4 +17,4 @@ RUN pip install --no-cache-dir -r requirements.txt
17
  EXPOSE 7860
18
 
19
  # Run the command to start Uvicorn
20
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
17
  EXPOSE 7860
18
 
19
  # Run the command to start Uvicorn
20
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860","--log-level","critical"]