Spaces:
Sleeping
Sleeping
BraydenMoore
commited on
Commit
•
960fa1d
1
Parent(s):
1f3bfdf
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,5 +25,5 @@ WORKDIR $APP_HOME
|
|
25 |
COPY --chown=user . $HOME/app
|
26 |
|
27 |
# Run the web service on container startup.
|
28 |
-
CMD exec gunicorn --bind 0.0.0.0:7860 main:app
|
29 |
|
|
|
25 |
COPY --chown=user . $HOME/app
|
26 |
|
27 |
# Run the web service on container startup.
|
28 |
+
CMD exec gunicorn --bind 0.0.0.0:7860 --workers 4 --threads 16 main:app
|
29 |
|