Skip to content
Snippets Groups Projects
Commit 05df3206 authored by Dutta, Ayushi (PG/R - Comp Sci & Elec Eng)'s avatar Dutta, Ayushi (PG/R - Comp Sci & Elec Eng)
Browse files

opengl libs for open3d

parent 6a48c42f
No related branches found
No related tags found
No related merge requests found
Pipeline #104102 passed
...@@ -7,7 +7,8 @@ From: nvidia/cuda:12.1.0-cudnn8-devel-ubuntu20.04 ...@@ -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 update -y # Good practice, update the package database.
apt-get install -y \ apt-get install -y \
wget sshfs rsync curl vim bzip2 zip unzip git build-essential cmake \ 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. apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* # keep the Docker image as small as possible.
......
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