Skip to content

Commit 57f649b

Browse files
committed
fix: fixing lavavu version
1 parent 54595cb commit 57f649b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN conda install -c conda-forge\
3232
python=3.10\
3333
-y
3434
RUN pip install git+https://github.com/geopandas/geopandas.git@v0.10.2
35-
RUN pip install lavavu-osmesa
35+
RUN pip install lavavu-osmesa==1.8.45
3636
ENV LD_LIBRARY_PATH=/opt/conda/lib/python3.10/site-packages/lavavu_osmesa.libs
3737
RUN conda install -c conda-forge pydata-sphinx-theme
3838

0 commit comments

Comments
 (0)