Skip to content

Commit

Permalink
Just use lavavu with --no-binary :lavavu:
Browse files Browse the repository at this point in the history
  • Loading branch information
julesghub committed Dec 6, 2024
1 parent 6b74e80 commit 8628ee7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/development/docker/lavavu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ RUN pip3 install -U setuptools \
pillow \
ipython

#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 --no-binary :lavavu:

FROM base_runtime AS minimal
COPY --from=build_base $VIRTUAL_ENV $VIRTUAL_ENV
Expand Down

0 comments on commit 8628ee7

Please sign in to comment.