From f1dce2417ff7239a3c2fbecc55b1a9a2af05b59b Mon Sep 17 00:00:00 2001 From: tebarius Date: Sun, 16 Nov 2025 11:51:11 +0100 Subject: [PATCH] pump to streamlit==1.51.0 streamlit-folium==0.25.3 pandas==2.3.3 matplotlib~=3.10.7 numpy~=2.3.4 and automatic pip-upgrade while build container --- Dockerfile | 1 + requirements.txt | Bin 260 -> 260 bytes 2 files changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 77676be..8d5c121 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN apt-get update \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* +RUN python -m pip install --upgrade pip COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt diff --git a/requirements.txt b/requirements.txt index cf19093b739b63be5f8706fef2641eb820e079d6..497e1e1e49d47fc8da40f223f07455a38fa69853 100644 GIT binary patch delta 29 jcmZo+YGIln$7ncF-ki~RVz?}jC=FyZpLpDw$%Fv_a&rfn delta 29 jcmZo+YGIln$7nE7-ki~BVz?}jC=FyZn|R!s$(R8EayJK* -- 2.49.1