Mbonea commited on
Commit
074267d
2 Parent(s): 6d3f287 85df691

Merge branch 'main' of https://huggingface.co/spaces/Yakova/Embedding

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,6 +23,6 @@ USER admin
23
  COPY --chown=admin . /srv
24
 
25
  # Command to run the application
26
- CMD uvicorn App.app:app --host 0.0.0.0 --port 7860 --workers 4
27
  # Expose the server port
28
  EXPOSE 7860
 
23
  COPY --chown=admin . /srv
24
 
25
  # Command to run the application
26
+ CMD uvicorn App.app:app --host 0.0.0.0 --port 7860 --workers 1
27
  # Expose the server port
28
  EXPOSE 7860