Skip to content

Commit

Permalink
Fix install path of stella_vslam_examples (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymd-stella committed Sep 30, 2023
1 parent a7857a5 commit f6c7f83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ RUN set -x && \
rm -rf *

ARG EXAMPLES_COMMIT=1c0433867cba5d110fd94bbc609468650a2f7885
WORKDIR /stella_vslam_examples
WORKDIR /
RUN set -x && \
git clone https://github.com/stella-cv/stella_vslam_examples.git && \
cd stella_vslam_examples && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.socket
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ RUN set -x && \
rm -rf *

ARG EXAMPLES_COMMIT=1c0433867cba5d110fd94bbc609468650a2f7885
WORKDIR /stella_vslam_examples
WORKDIR /
RUN set -x && \
git clone https://github.com/stella-cv/stella_vslam_examples.git && \
cd stella_vslam_examples && \
Expand Down
2 changes: 1 addition & 1 deletion docker/gtsam/pangolin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ RUN set -x && \
rm -rf *

ARG EXAMPLES_COMMIT=1c0433867cba5d110fd94bbc609468650a2f7885
WORKDIR /stella_vslam_examples
WORKDIR /
RUN set -x && \
git clone https://github.com/stella-cv/stella_vslam_examples.git && \
cd stella_vslam_examples && \
Expand Down
2 changes: 1 addition & 1 deletion docker/gtsam/socket/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ RUN set -x && \
rm -rf *

ARG EXAMPLES_COMMIT=1c0433867cba5d110fd94bbc609468650a2f7885
WORKDIR /stella_vslam_examples
WORKDIR /
RUN set -x && \
git clone https://github.com/stella-cv/stella_vslam_examples.git && \
cd stella_vslam_examples && \
Expand Down

0 comments on commit f6c7f83

Please sign in to comment.