mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-19 12:30:55 +02:00
parent
ab1b6b487e
commit
9cd3cbb978
@ -1,4 +1,4 @@
|
|||||||
black==23.3.0
|
black==23.7.0
|
||||||
boto3-stubs[s3]==1.34.133
|
boto3-stubs[s3]==1.34.133
|
||||||
celery-types==0.19.0
|
celery-types==0.19.0
|
||||||
cohere==5.6.1
|
cohere==5.6.1
|
||||||
|
@ -2,7 +2,7 @@ FROM python:3.11.7-slim-bookworm
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN pip install fastapi uvicorn
|
RUN pip install "pydantic-core>=2.28.0" fastapi uvicorn
|
||||||
|
|
||||||
COPY ./main.py /app/main.py
|
COPY ./main.py /app/main.py
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user