Skip to content

Commit

Permalink
fix: remove gazebo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGuyWithoutH committed Aug 3, 2024
1 parent 8233714 commit 7df28ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker_humble_jetson_torch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ RUN apt-get update \
libx11-6

# Install Gazebo
RUN apt-get update && apt-get install -y --no-install-recommends \
gazebo9 \
libgazebo9-dev
# RUN apt-get update && apt-get install -y --no-install-recommends \
# gazebo9 \
# libgazebo9-dev

# Install Gazebo ROS packages
RUN apt-get update && apt-get upgrade -y
Expand Down

0 comments on commit 7df28ec

Please sign in to comment.