Skip to content

Commit

Permalink
fix: fixing lavavu version
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Nov 29, 2023
1 parent 54595cb commit 57f649b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN conda install -c conda-forge\
python=3.10\
-y
RUN pip install git+https://github.com/geopandas/geopandas.git@v0.10.2
RUN pip install lavavu-osmesa
RUN pip install lavavu-osmesa==1.8.45
ENV LD_LIBRARY_PATH=/opt/conda/lib/python3.10/site-packages/lavavu_osmesa.libs
RUN conda install -c conda-forge pydata-sphinx-theme

Expand Down

0 comments on commit 57f649b

Please sign in to comment.