Spaces:
Sleeping
Sleeping
Update: Changing Workers from 3 to 1
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -19,4 +19,4 @@ RUN pip install --no-cache-dir --upgrade -r req.txt
|
|
| 19 |
COPY --chown=user . /app
|
| 20 |
|
| 21 |
# Starting the Flask app using gunicorn
|
| 22 |
-
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "rm:app","--timeout","120","--workers","
|
|
|
|
| 19 |
COPY --chown=user . /app
|
| 20 |
|
| 21 |
# Starting the Flask app using gunicorn
|
| 22 |
+
CMD ["gunicorn", "--bind", "0.0.0.0:7860", "rm:app","--timeout","120","--workers","1"]
|