Skip to content

Commit

Permalink
Switch to lavavu instead of lavavu-osmesa
Browse files Browse the repository at this point in the history
  • Loading branch information
julesghub committed Dec 6, 2024
1 parent 6b74e80 commit 209d3e3
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 --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
Expand Down

0 comments on commit 209d3e3

Please sign in to comment.