LCAS / docker-opengl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An L-CAS ROS2 docker image with OpenGL remote rendering using VirtualGL and TurboVNC

build with docker build -t test .

run with docker run -p 5801:5801 -u ros -v /dev/dri:/dev/dri --gpus=all -it --rm test /bin/bash

then run /opt/VirtualGL/bin/glxspheres64 inside the container and be amazed.

About


Languages

Language:Dockerfile 96.4%Language:Shell 3.6%