From 05df320676f865a74a2485a1fa5e200aa58f5960 Mon Sep 17 00:00:00 2001
From: "Dutta, Ayushi (PG/R - Comp Sci & Elec Eng)" <ayushi.dutta@surrey.ac.uk>
Date: Thu, 17 Apr 2025 08:03:44 +0000
Subject: [PATCH] opengl libs for open3d

---
 container.def | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/container.def b/container.def
index 7fa07d5..36b782b 100644
--- a/container.def
+++ b/container.def
@@ -7,7 +7,8 @@ From: nvidia/cuda:12.1.0-cudnn8-devel-ubuntu20.04
     apt-get update -y # Good practice, update the package database.
     apt-get install -y \
         wget sshfs rsync curl vim bzip2 zip unzip git build-essential cmake \
-        libopenblas-dev 
+        libopenblas-dev \
+        libgl1 libglx0 libgl1-mesa-glx
 
     apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* # keep the Docker image as small as possible.
     
-- 
GitLab