Skip to content

Commit

Permalink
Merge pull request #30 from vsaw/vsaw/issue619
Browse files Browse the repository at this point in the history
  • Loading branch information
vsaw authored Oct 18, 2023
2 parents 1de4ca6 + 7b619f7 commit 8638394
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker/build/cpu-amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
apt-get install -y nodejs

# Start Darknet Install
RUN git clone --depth 1 -b odc https://github.com/opendatacam/darknet /var/local/darknet

RUN git clone --depth 1 https://github.com/opendatacam/darknet /var/local/darknet
WORKDIR /var/local/darknet

RUN sed -i -e s/AVX=0/AVX=1/ Makefile;
RUN sed -i -e s/OPENMP=0/OPENMP=1/ Makefile;
RUN sed -i -e s/OPENCV=0/OPENCV=1/ Makefile;

RUN make
RUN make -j

0 comments on commit 8638394

Please sign in to comment.