Skip to content

Commit

Permalink
Ref: remove version of opencv in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Petingo committed Aug 19, 2024
1 parent 5a263fa commit 1bb9d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get -qq update && apt-get -qq -y install \

# install tslam deps
RUN apt-get -qq update && apt-get -qq -y install \
libopencv-dev=4.5.4+dfsg-9ubuntu4 \
libopencv-dev \
libgmp-dev \
libmpfr-dev \
libeigen3-dev \
Expand Down

0 comments on commit 1bb9d99

Please sign in to comment.