admattew commited on
Commit
00401e2
·
verified ·
1 Parent(s): 1cefc44

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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", "4", "-b", "0.0.0.0:7861", "app:nozzleselect_api"]
 
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"]