Skip to content

Commit 06a207a

Browse files
committed
gdal
1 parent f85bf94 commit 06a207a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile26

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN uv pip install seaborn plotly kaleido xvfbwrapper
5252
RUN uv pip install pillow folium
5353

5454
# 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
55+
RUN apt-get -y --no-install-recommends install libgdal-dev==3.12.3 gdal-bin==3.12.3 python3-gdal==3.12.3
5656
RUN uv pip install gdal
5757
RUN uv pip install scipy rtree geopandas fiona patsy statsmodels xlrd openpyxl geocoder
5858
# beautifulsoup4==4.9 ??

0 commit comments

Comments
 (0)