Skip to content

Commit

Permalink
add skip keys for unsupported cv installation in tegra (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
senceryazici authored Nov 23, 2024
1 parent 7704683 commit f74b48e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/Dockerfile.auv
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ COPY . ./src/auv_software
# Install dependencies
RUN apt-get update && \
vcs import src/ < src/auv_software/third_party.repos && \
rosdep install --from-paths src --ignore-src -r -y && \
rosdep install --from-paths src --ignore-src -r \
--skip-keys=libopencv-dev \
--skip-keys=cv_bridge \
-y && \
rm -rf /var/lib/apt/lists/*

# Build the workspace
Expand Down

0 comments on commit f74b48e

Please sign in to comment.