Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ EXPOSE 7861
|
|
| 18 |
# - `-w 4`: Uses 4 worker processes for handling requests
|
| 19 |
# - `-b 0.0.0.0:7861: Binds the server to port 7861 on all network interfaces
|
| 20 |
# - `app:app`: Runs the Flask app (assuming `app.py` contains the Flask instance named `app`)
|
| 21 |
-
CMD ["gunicorn", "-w", "
|
|
|
|
| 18 |
# - `-w 4`: Uses 4 worker processes for handling requests
|
| 19 |
# - `-b 0.0.0.0:7861: Binds the server to port 7861 on all network interfaces
|
| 20 |
# - `app:app`: Runs the Flask app (assuming `app.py` contains the Flask instance named `app`)
|
| 21 |
+
CMD ["gunicorn", "-w", "8", "-b", "0.0.0.0:7861", "app:nozzleselect_api"]
|