We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85bf94 commit 06a207aCopy full SHA for 06a207a
Dockerfile26
@@ -52,7 +52,7 @@ RUN uv pip install seaborn plotly kaleido xvfbwrapper
52
RUN uv pip install pillow folium
53
54
# rtree==0.9.4 & geopandas==0.6 & xlrd==1.2 & openpyxl==3.0 ??
55
-RUN apt-get -y --no-install-recommends install libgdal==3.12.3 libgdal-dev gdal-bin python3-gdal
+RUN apt-get -y --no-install-recommends install libgdal-dev==3.12.3 gdal-bin==3.12.3 python3-gdal==3.12.3
56
RUN uv pip install gdal
57
RUN uv pip install scipy rtree geopandas fiona patsy statsmodels xlrd openpyxl geocoder
58
# beautifulsoup4==4.9 ??
0 commit comments