From 69c1c0781b816a2168f1ea6e4f853ba9e0dba7d5 Mon Sep 17 00:00:00 2001 From: belviskhoremk Date: Mon, 6 Apr 2026 22:44:11 +0000 Subject: [PATCH] updated Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index af0129d..f58af80 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ RUN pip install uv COPY pyproject.toml . COPY uv.lock . +RUN uv pip install pydantic[email] RUN uv pip install --system . COPY . .