Skip to content

Instantly share code, notes, and snippets.

@TillBeemelmanns
TillBeemelmanns / Dockerfile
Created January 21, 2020 12:44 — forked from ruffsl/Dockerfile
Nvidia docker with rviz
FROM osrf/ros:melodic-desktop-bionic
# setup catkin workspace
ENV CATKIN_WS=/root/catkin_ws
RUN mkdir -p $CATKIN_WS/src
WORKDIR $CATKIN_WS/src
# clone source code
RUN git clone -b melodic-devel https://github.com/ros-visualization/rviz