From 209d3e3136cb8da140bd97ace9342da9a72202f9 Mon Sep 17 00:00:00 2001 From: Julian Giordani Date: Fri, 6 Dec 2024 14:09:26 +1100 Subject: [PATCH] Switch to lavavu instead of lavavu-osmesa --- docs/development/docker/lavavu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/docker/lavavu/Dockerfile b/docs/development/docker/lavavu/Dockerfile index af0762cb..b9f39dac 100644 --- a/docs/development/docker/lavavu/Dockerfile +++ b/docs/development/docker/lavavu/Dockerfile @@ -95,7 +95,7 @@ RUN pip3 install -U setuptools \ #RUN LV_OSMESA=1 pip3 install --no-cache-dir lavavu #--no-binary=lavavu lavavu -RUN pip3 install --no-cache-dir lavavu-osmesa --no-binary :lavavu-osmesa: +RUN LV_OSMESA=1 pip3 install --no-cache-dir lavavu FROM base_runtime AS minimal COPY --from=build_base $VIRTUAL_ENV $VIRTUAL_ENV