Skip to content
Snippets Groups Projects
Verified Commit badb50e1 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ogs] Added libglu1-mesa.

parent d9135f11
No related branches found
No related tags found
No related merge requests found
......@@ -646,5 +646,11 @@ if local_args.ogs != "off" and local_args.ogs != "clean":
# Required for vtk from Python (for notebooks, VTUInterface)
# https://github.com/Kaggle/docker-python/pull/358
# xvfb for PyVista
Stage0 += packages(apt=["libgl1", "xvfb"], yum=["mesa-libGL", "xorg-x11-server-Xvfb"])
Stage1 += packages(apt=["libgl1", "xvfb"], yum=["mesa-libGL", "xorg-x11-server-Xvfb"])
Stage0 += packages(
apt=["libgl1", "xvfb", "libglu1-mesa"],
yum=["mesa-libGL", "xorg-x11-server-Xvfb", "mesa-libGLU"],
)
Stage1 += packages(
apt=["libgl1", "xvfb", "libglu1-mesa"],
yum=["mesa-libGL", "xorg-x11-server-Xvfb", "mesa-libGLU"],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment