Skip to content

Commit

Permalink
Updated PATH in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelever committed Apr 17, 2018
1 parent a8b287f commit 8424882
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Expand Up @@ -5,8 +5,10 @@ RUN git clone https://github.com/jakelever/Ab3P.git
RUN git clone https://github.com/jakelever/OpenSesamIE.git
RUN pip install spacy
RUN python -m spacy download en
RUN pip install -e ./pubrunner/
RUN pubrunner --test --defaultsettings ./Ab3P
RUN pip install -e /pubrunner
RUN pubrunner --test --defaultsettings /Ab3P

ENV PATH="/pubrunner/openminted:${PATH}"

CMD [ "echo", "Success." ]

0 comments on commit 8424882

Please sign in to comment.