First commit
This commit is contained in:
13
DockerfileConnector
Normal file
13
DockerfileConnector
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM quay.ocp.banorte.com/golden/python-312:latest
|
||||
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN uv sync --group rag -U
|
||||
|
||||
ENV PATH="/app/.venv/bin:$PATH"
|
||||
|
||||
CMD ["uv", "run", "uvicorn", "rag_eval.server:app", "--host", "0.0.0.0"]
|
||||
Reference in New Issue
Block a user