We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc8bf96 commit fe9007fCopy full SHA for fe9007f
Dockerfile
@@ -48,8 +48,8 @@ RUN mkdir -p tmp /code
48
RUN mkdir -p /code
49
50
# Build MicMac
51
-RUN git clone --depth 1 https://github.com/OpenDroneMap/micmac
52
-RUN cd micmac && \
+RUN git clone --depth 1 https://github.com/OpenDroneMap/micmac micmac-build
+RUN cd micmac-build && \
53
rm -rf build && mkdir build && cd build && \
54
cmake \
55
-DBUILD_POISSON=0 \
@@ -79,7 +79,7 @@ COPY micmac/VERSION /code
79
COPY micmac/run.sh /code
80
COPY micmac/run.py /code
81
82
-RUN apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /staging /var/www/micmac
+RUN apt clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /staging /var/www/micmac-build
83
84
WORKDIR "/var/www"
85
0 commit comments