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 d636aed commit bb37032Copy full SHA for bb37032
Dockerfile
@@ -35,5 +35,6 @@ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommend
35
libboost-thread-dev \
36
&& rm -rf /var/lib/apt/lists/*
37
38
-RUN cd /opt/popsift && mkdir build && cd build && cmake .. && make install -j8
39
COPY . /opt/popsift
+WORKDIR /opt/popsift
40
+RUN mkdir build && cd build && cmake .. && make install -j
0 commit comments