From 744cfb0eeca3910ffb6298d86be99a4f8500e627 Mon Sep 17 00:00:00 2001 From: Matthias Langer <7855770+bashimao@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:33:23 +0000 Subject: [PATCH] Upgrade to Debian 12 "bookworm"; Debian 10 "buster" is EOL. --- Dockerfile | 4 ++-- install/requirements_py3.11.txt | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c57ceb03..de8dd305a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-buster as builder-image +FROM python:3.11-bookworm as builder-image RUN apt-get update @@ -6,7 +6,7 @@ COPY install/requirements_py3.11.txt . RUN pip3 install -U pip RUN pip3 install --no-cache-dir -r requirements_py3.11.txt -i https://pypi.tuna.tsinghua.edu.cn/simple -FROM python:3.11-slim-buster +FROM python:3.11-slim-bookworm COPY --from=builder-image /usr/local/bin /usr/local/bin COPY --from=builder-image /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages diff --git a/install/requirements_py3.11.txt b/install/requirements_py3.11.txt index a6f3f32cf..06b8620f4 100644 --- a/install/requirements_py3.11.txt +++ b/install/requirements_py3.11.txt @@ -1,5 +1,5 @@ -grpcio==1.53.2 -grpcio-tools==1.53.0 +grpcio==1.66.2 +grpcio-tools==1.66.2 qdrant-client pinecone weaviate-client @@ -18,6 +18,7 @@ streamlit>=1.23.0 streamlit_extras tornado>=6.0 tqdm +ujson s3fs psutil polars