From a993f6053d0814b36ac128ffceef7dffda9fb719 Mon Sep 17 00:00:00 2001 From: Lachlan Grose Date: Mon, 12 Dec 2022 15:03:55 +1100 Subject: [PATCH] docs: fixing lavavu version --- docs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index c568fe1e7..435d55587 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -30,6 +30,6 @@ RUN conda install -c conda-forge\ geopandas\ meshio\ -y -RUN pip install lavavu-osmesa +RUN pip install lavavu-osmesa==1.8.32 RUN conda install -c conda-forge pydata-sphinx-theme RUN mkdir LoopStructural