Skip to content

Commit ddd2ced

Browse files
committed
added glvnd attribution
1 parent 287a979 commit ddd2ced

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ ARG VIRTUALGL_VER="3.1"
7676
RUN wget -O /tmp/virtualgl.deb https://zenlayer.dl.sourceforge.net/project/virtualgl/${VIRTUALGL_VER}/virtualgl_${VIRTUALGL_VER}_amd64.deb
7777
RUN dpkg -i /tmp/virtualgl.deb
7878

79-
# Install glvnd
79+
# Install glvnd
80+
# Reference: https://github.com/athackst/dockerfiles/blob/main/ros2/humble-cuda.Dockerfile
8081
RUN apt-get update && apt-get install -y --no-install-recommends \
8182
libglvnd0 \
8283
libgl1 \

0 commit comments

Comments
 (0)