Update Dockerfile
Browse files- 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"]
|