Skip to content

Commit

Permalink
#16: install vtk-osmesa
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Apr 24, 2024
1 parent 0b875f1 commit 333fa14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/build-and-test-bindings.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ ENV VTTV_VTK_DIR=/opt/build/vtk-build
ENV CC=gcc-11
ENV CXX=g++-11

# install vtk-osmesa
RUN apt update
RUN python -m pip install --extra-index-url https://wheels.vtk.org vtk-osmesa

# build bindings
RUN /bin/bash -c ". /opt/conda/etc/profile.d/conda.sh && conda activate deves && pip install /opt/src/vt-tv"

Expand Down

0 comments on commit 333fa14

Please sign in to comment.