lemonteaa commited on
Commit
5968773
1 Parent(s): a6795b4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,4 +8,4 @@ COPY litellm_config.yaml .
8
 
9
  RUN chmod +x entrypoint.sh
10
 
11
- CMD ["--port", "7860", "--config", "litellm_config.yaml"]
 
8
 
9
  RUN chmod +x entrypoint.sh
10
 
11
+ CMD ["--port", "7860", "--config", "litellm_config.yaml", "--detailed_debug"]