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
This commit is contained in:
2025-11-16 11:51:11 +01:00
parent 9947c205c7
commit f1dce2417f
2 changed files with 1 additions and 0 deletions

View File

@@ -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

Binary file not shown.