Skip to content

Commit

Permalink
force lavavu-osmesa install with compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
julesghub committed Dec 5, 2024
1 parent 803e2a0 commit 6b74e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/docker/lavavu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b74e80

Please sign in to comment.