From 6b74e8033e448e388822c067786e1e736ece9315 Mon Sep 17 00:00:00 2001 From: Julian Giordani Date: Fri, 6 Dec 2024 10:44:14 +1100 Subject: [PATCH] force lavavu-osmesa install with compilation --- 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 943f955b..af0762cb 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 +RUN pip3 install --no-cache-dir lavavu-osmesa --no-binary :lavavu-osmesa: FROM base_runtime AS minimal COPY --from=build_base $VIRTUAL_ENV $VIRTUAL_ENV