alpgul commited on
Commit
f829360
·
verified ·
1 Parent(s): 2dd4629

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,4 +14,5 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
14
  CMD curl -f http://localhost:7860/health || exit 1
15
 
16
  # LiteLLM'i başlat
17
- CMD ["litellm", "--port", "7860", "--config", "config.yaml"]
 
 
14
  CMD curl -f http://localhost:7860/health || exit 1
15
 
16
  # LiteLLM'i başlat
17
+ ENTRYPOINT ["litellm"]
18
+ CMD [ "--config", "/app/config.yaml", "--port", "7860", "--num_workers", "8" ]