diff --git a/Dockerfile b/Dockerfile index 62853e8..c501fe5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ COPY frontend/ ./ RUN npm run build -FROM python:3.11.15-slim-bookworm@sha256:d29f48a31a8b408ed19272ca1e7b10ebae13b240a27e862d3d4217c528e2e0c3 AS runtime +FROM python:3.14.0-slim-bookworm@sha256:d13fa0424035d290decef3d575cea23d1b7d5952cdf429df8f5542c71e961576 AS runtime ARG TORCH_INDEX_URL=https://download.pytorch.org/whl/cpu