lemonteaa commited on
Commit
745ea7a
·
verified ·
1 Parent(s): dc82125

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,6 +6,6 @@ COPY litellm_config.yaml .
6
 
7
  RUN chmod +x entrypoint.sh
8
 
9
- RUN pip install langfuse>=2.0.0
10
 
11
  CMD ["--port", "7860", "--config", "litellm_config.yaml"]
 
6
 
7
  RUN chmod +x entrypoint.sh
8
 
9
+ RUN pip install langfuse>=2.0.0 prisma
10
 
11
  CMD ["--port", "7860", "--config", "litellm_config.yaml"]