Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
youtalk authored May 18, 2024
1 parent 9e25576 commit 181be8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/autoware-openadk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ COPY --from=src-imported /rosdep-build-depend-packages.txt /tmp/rosdep-build-dep
RUN --mount=type=ssh \
apt-get update \
&& cat /tmp/rosdep-build-depend-packages.txt | xargs apt-get install -y --no-install-recommends \
&& apt-get install -y --no-install-recommends \
ros-"$ROS_DISTRO"-cudnn-cmake-module \
ros-"$ROS_DISTRO"-tensorrt-cmake-module \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* "$HOME"/.cache

# Build Autoware
Expand Down

0 comments on commit 181be8e

Please sign in to comment.