Skip to content

Commit f41b7e7

Browse files
committed
fix: trying lavavu without osmesa
1 parent 4b38221 commit f41b7e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ 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
36-
ENV LD_LIBRARY_PATH=/opt/conda/lib/python3.10/site-packages/lavavu_osmesa.libs
35+
RUN pip install lavavu
36+
# 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

3939
ENV TINI_VERSION v0.19.0

0 commit comments

Comments
 (0)