Spaces:
Sleeping
Sleeping
Sunrusojsis
commited on
Logging disabled
Browse files- 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"]
|