Skip to content

Commit

Permalink
Better code understanding: move dm to micmac
Browse files Browse the repository at this point in the history
To be tested: Better code understanding: move dm to micmac
  • Loading branch information
kikislater authored Sep 17, 2024
2 parents 9ae2d16 + fe9007f commit 1330eb1
Show file tree
Hide file tree
Showing 17 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ RUN mkdir -p tmp /code
RUN mkdir -p /code

# Build MicMac
RUN git clone --depth 1 https://github.com/OpenDroneMap/micmac
RUN cd micmac && \
RUN git clone --depth 1 https://github.com/OpenDroneMap/micmac micmac-build
RUN cd micmac-build && \
rm -rf build && mkdir build && cd build && \
cmake \
-DBUILD_POISSON=0 \
Expand All @@ -72,14 +72,14 @@ ENV python "$(which python3)"
RUN figlet -f slant NodeMICMAC

RUN mkdir -p /code/opendm
COPY dm/opendm /code/opendm
COPY dm/odm_options.json /code
COPY dm/settings.yaml /code
COPY dm/VERSION /code
COPY dm/run.sh /code
COPY dm/run.py /code

RUN apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /staging /var/www/micmac
COPY micmac/opendm /code/opendm
COPY micmac/odm_options.json /code
COPY micmac/settings.yaml /code
COPY micmac/VERSION /code
COPY micmac/run.sh /code
COPY micmac/run.py /code

RUN apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /staging /var/www/micmac-build

WORKDIR "/var/www"

Expand Down
1 change: 0 additions & 1 deletion dm/VERSION

This file was deleted.

1 change: 1 addition & 0 deletions micmac/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.beta4
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1330eb1

Please sign in to comment.