This commit is contained in:
mrT23
2024-10-24 22:03:44 +03:00
parent 9786499fa6
commit 204a0a7912
2 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,6 @@
FROM python:3.12.3 AS base
WORKDIR /app
ADD docs/chroma_db.zip /app/docs/chroma_db.zip
ADD pyproject.toml .
ADD requirements.txt .
RUN pip install . && rm pyproject.toml requirements.txt