Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -36,7 +36,7 @@ ENV PATH="/home/user/.local/bin:${PATH}"
|
|
| 36 |
# Environment variables
|
| 37 |
ENV HOST=0.0.0.0
|
| 38 |
ENV PORT=7860
|
| 39 |
-
ENV WORKERS=
|
| 40 |
ENV TIMEOUT=120
|
| 41 |
|
| 42 |
# Run setup (clone repo) once, then start Gunicorn
|
|
|
|
| 36 |
# Environment variables
|
| 37 |
ENV HOST=0.0.0.0
|
| 38 |
ENV PORT=7860
|
| 39 |
+
ENV WORKERS=1
|
| 40 |
ENV TIMEOUT=120
|
| 41 |
|
| 42 |
# Run setup (clone repo) once, then start Gunicorn
|