12 lines
191 B
Plaintext
12 lines
191 B
Plaintext
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 evals
|
|
|
|
ENV PATH="/app/.venv/bin:$PATH"
|