Skip to content

Commit

Permalink
Stupid commas
Browse files Browse the repository at this point in the history
  • Loading branch information
chilland committed Aug 7, 2015
1 parent 83301fc commit 06985c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ ADD . /src

RUN cd /src; git clone https://github.com/mit-nlp/MITIE.git

RUN cd /src/MITIE, wget http://sourceforge.net/projects/mitie/files/binaries/MITIE-models-v0.2.tar.bz2
RUN cd /src/MITIE, tar --no-same-owner -xjf MITIE-models-v0.2.tar.bz2
RUN cd /src/MITIE; wget http://sourceforge.net/projects/mitie/files/binaries/MITIE-models-v0.2.tar.bz2
RUN cd /src/MITIE; tar --no-same-owner -xjf MITIE-models-v0.2.tar.bz2

RUN cd /src/MITIE/mitielib; mkdir build
RUN cd /src/MITIE/mitielib/build; cmake ..
Expand Down

0 comments on commit 06985c8

Please sign in to comment.