Skip to content

Commit

Permalink
modify Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kwea123 committed Jul 12, 2018
1 parent 85b9231 commit 52bd3a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN mv protoc3/bin/* /usr/local/bin/
RUN mv protoc3/include/* /usr/local/include/

# install pycocotool for evaluation
RUN apt install git
RUN apt-get update
RUN apt install -y git
RUN git clone https://github.com/pdollar/coco.git
RUN cd coco/PythonAPI
RUN make
Expand Down

0 comments on commit 52bd3a5

Please sign in to comment.