Skip to content

Commit 32637ec

Browse files
committed
fix: adding geopandas to dockerfile for docs
1 parent 0971e20 commit 32637ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN conda install -c conda-forge\
2626
libstdcxx-ng\
2727
meshio\
2828
-y
29+
RUN pip install git+https://github.com/geopandas/geopandas.git@v0.10.2
2930
RUN pip install lavavu-osmesa
3031
ENV LD_LIBRARY_PATH=/opt/conda/lib/python3.10/site-packages/lavavu_osmesa.libs
3132
RUN conda install -c conda-forge pydata-sphinx-theme

0 commit comments

Comments
 (0)