Skip to content

Commit

Permalink
Update reproduction dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Cooper committed Jan 22, 2021
1 parent 9408ada commit c3c313a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_build/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ ENV PATH="/.local/bin:${PATH}"
RUN apt-get update -y && apt-get install git wget vim libsm6 libxext6 libxrender-dev libx264-dev ffmpeg tesseract-ocr libtesseract-dev openjdk-11-jdk-headless maven -y
RUN pip install two-to-tango

ENTRYPOINT ["tango_reproduce" "/data/downloads" "/data/output"]
ENTRYPOINT ["tango_reproduce", "/data/downloads", "/data/output"]

0 comments on commit c3c313a

Please sign in to comment.