alexfremont commited on
Commit
c763267
·
1 Parent(s): d6ed896

worker changes

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ EXPOSE 7860
30
  # git clone $(cat /run/secrets/api_read)
31
 
32
  # Commande pour lancer l'application
33
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "8"]
 
30
  # git clone $(cat /run/secrets/api_read)
31
 
32
  # Commande pour lancer l'application
33
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--workers", "4"]