Skip to content

Commit

Permalink
Added OpenGL libraries for pyvista
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaa423 committed Jul 15, 2024
1 parent 34fa0f7 commit d4340b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile_cuda
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ RUN source ~/.bashrc \
RUN source ~/.bashrc \
&& pip3 install -q mp_api

RUN apt-get update \
&& apt-get install -y libgl1-mesa-glx

# Package development.
RUN source ~/.bashrc \
&& pip3 install -q twine
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile_mpich
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ RUN source ~/.bashrc \
RUN source ~/.bashrc \
&& pip3 install -q mp_api

RUN apt-get update \
&& apt-get install -y libgl1-mesa-glx

# Package development.
RUN source ~/.bashrc \
&& pip3 install -q twine
Expand Down

0 comments on commit d4340b8

Please sign in to comment.